Skip to main content

DataFormViewActualAppearance.EditorBottomTextFontAttributes Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FontAttributes EditorBottomTextFontAttributes { get; }

Property Value

Type Description
FontAttributes

The editor’s bottom text font attributes.

See Also