FilterListItemBaseActualAppearance.EditorPadding Property
Gets the padding value that is applied to the FilterListItemBase descendant’s editor. To specify this value, use the EditorPadding property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness EditorPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | The padding value. |
See Also