DataFormViewActualAppearance.EditorLabelIndent Property
Gets the editor label’s indent value that is applied to the DataFormView. To specify this value, use the EditorLabelIndent property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double EditorLabelIndent { get; }
Property Value
Type | Description |
---|---|
Double | The editor label’s indent. |
See Also