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