Skip to main content

ComboBoxEdit.IsDropDownIconVisible Property

Specifies the drop-down/drop-up icon visibility.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public bool IsDropDownIconVisible { get; set; }

Property Value

Type Description
Boolean

True, to display the drop-down/drop-up icon; otherwise, false.

See Also