SearchMenuControlIsDropDownOpenProperty Field

Represents a dependency property that controls whether the dropdown menu is open or closed. When this property is set to , the dropdown menu is opened; when set to , it is closed.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static readonly DependencyProperty IsDropDownOpenProperty

Field Value

DependencyProperty

See Also