DataFormItem.BottomTextFontFamily Property
Gets or sets the name of the font for the editor’s help and error text. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string BottomTextFontFamily { get; set; }
Property Value
Type | Description |
---|---|
String | The font family name. |
See Also