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