DataFormViewActualAppearance.EditorLabelFontAttributes Property
Gets the editor label’s font attribute value that is applied to the DataFormView. To specify this value, use the EditorLabelFontAttributes property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes EditorLabelFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The editor label’s font attribute. |
See Also