DataFormView.EditorBottomTextFontAttributes Property
In This Article
Gets or sets whether an editor’s help and error text is bold or italic. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public FontAttributes EditorBottomTextFontAttributes { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Font |
None | The font attributes. |
See Also