ComboBoxColumn.IsDropDownIconVisible Property
Gets or sets the drop-down/drop-up icon visibility. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public bool IsDropDownIconVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also