RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridComboBoxHost<(Of <(<'TControl>)>)>..::..IsDropDownOpen Property

Gets a value indicating whether this instance is drop down open.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHost
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public bool IsDropDownOpen { get; }
Public ReadOnly Property IsDropDownOpen As Boolean
	Get
public:
property bool^ IsDropDownOpen {
	bool^ get ();
}

Field Value

true if this instance is drop down open; otherwise, false.