DataFormView.EditorLabelIndent Property
Gets or sets the distance between editors and their labels. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double EditorLabelIndent { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | -1 | The distance between an editor and its label. |
Remarks
See Also