FormPickerItemBase.PickerItemFontAttributes Property
Gets or sets the picker item’s text attributes. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes PickerItemFontAttributes { get; set; }
Property Value
Type | Description |
---|---|
FontAttributes | A combination of font attributes. |
See Also