DataFormItem.LabelWidth Property
Gets or sets the 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
[TypeConverter(typeof(GridLengthTypeConverter))]
public GridLength LabelWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
GridLength | Star | The width, in pixels. |
See Also