Skip to main content

DataFormViewActualAppearance.EditorBottomTextFontFamily Property

Gets the editor’s bottom text font family value that is applied to the DataFormView. To specify this value, use the EditorBottomTextFontFamily property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string EditorBottomTextFontFamily { get; }

Property Value

Type Description
String

The editor’s bottom text font family.

See Also