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