DataFormView.EditorLabelFontAttributes Property
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
public FontAttributes EditorLabelFontAttributes { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FontAttributes | None | The font attributes. |
Remarks
See Also