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