DataFormItem.LabelWidth Property
In This Article
Gets or sets the width of the editor’s label.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public GridLength LabelWidth { get; set; }
#Property Value
Type |
---|
Grid |
See Also