ItemsEditBase.DropDownItemPadding Property
Gets or sets the drop-down item’s padding. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness DropDownItemPadding { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Thickness | .nan | The padding. |
See Also