DataFormDisplayOptionsAttribute.LabelMinWidth Property
Gets or sets the minimum width of the editor’s label.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double LabelMinWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | The minimum width. |
See Also