DataFormItem.LabelMaxWidth Property
Gets or sets the maximum width of the editor’s label. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double LabelMaxWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | .nan | The maximum width, in pixels. |
See Also