DataFormView.EditorBottomTextFontAttributes Property
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
public FontAttributes EditorBottomTextFontAttributes { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FontAttributes | None | The font attributes. |
See Also