ItemsEditBase.IsDropDownOpen Property
Gets or sets whether the drop-down list is open.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to display the drop-down list; otherwise, false. |
See Also