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