DataFormItem.LabelFontAttributes Property
Gets or sets the font style for the editor’s text label. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes? LabelFontAttributes { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FontAttributes> | The font attributes. |
See Also