Skip to main content

DataFormItem.LabelFontAttributes Property

Gets or sets the font style for the editor’s text label.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public FontAttributes? LabelFontAttributes { get; set; }

Property Value

Type Description
Nullable<FontAttributes>

The value that specifies whether the text is bold, italic, or neither.

See Also