FormPickerItemBaseActualAppearance.PickerItemFontFamily Property
In This Article
Gets the font family value that is applied to the current FormPickerItemBase. To specify this value, use the PickerItemFontFamily property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public string PickerItemFontFamily { get; }
#Property Value
Type | Description |
---|---|
String | The font family of the current Form |
See Also