ComboBoxEditBase.IsDropDownIconVisible Property
Gets or sets whether the ComboBoxEdit.DropDownIcon is visible. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool IsDropDownIconVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also