ComboBoxColumn.IsDropDownIconVisible Property
In This Article
Gets or sets the drop-down/drop-up icon visibility.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
[XtraSerializableProperty]
public bool IsDropDownIconVisible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to display the drop-down/drop-up icon; otherwise, false. |
See Also