DataFormView.EditorLabelFontAttributes Property
In This Article
Gets or sets the font style for editor text labels. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public FontAttributes EditorLabelFontAttributes { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Font |
None | The font attributes. |
#Remarks
See Also