Skip to main content

AutoCompleteEditActualAppearance.AffixIndent Property

Gets the indent value that is applied to the AutoCompleteEdit and displayed between the AutoCompleteEdit.Text and Prefix / Suffix text. To specify this value, use the AffixIndent property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double AffixIndent { get; }

Property Value

Type Description
Double

The indent value.

See Also