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