DataFormItem.BottomTextFontAttributes Property
Gets or sets whether the 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? BottomTextFontAttributes { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FontAttributes> | The font attributes. |
See Also