FormPickerItemBaseActualAppearance.PickerItemFontAttributes Property
Gets the font attribute value that is applied to the current FormPickerItemBase. To specify this value, use the PickerItemFontAttributes property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes PickerItemFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The font attributes of the current FormPickerItemBase. |
See Also