Skip to main content

DataFormViewActualAppearance.EditorLabelWidth Property

Gets the editor label’s width value that is applied to the DataFormView. To specify this value, use the EditorLabelWidth property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public GridLength EditorLabelWidth { get; }

Property Value

Type Description
GridLength

The editor label’s width.

See Also