Back to Devexpress

DataFormItem.LabelWidth Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformitem-01c7dd1e.md

latest887 B
Original Source

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

csharp
[TypeConverter(typeof(GridLengthTypeConverter))]
public GridLength LabelWidth { get; set; }

Property Value

TypeDefaultDescription
GridLengthStar

The width in pixels.

|

See Also

DataFormItem Class

DataFormItem Members

DevExpress.Maui.DataForm Namespace