ComboBoxColumn.IsDropDownIconVisible Property
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
[XtraSerializableProperty]
public bool IsDropDownIconVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to display the drop-down/drop-up icon; otherwise, false. |
See Also