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