ItemsEditBaseActualAppearance.DropDownItemFontFamily Property
Gets the font family value that is applied to the ItemsEditBase‘s drop-down items. To specify this value, use the DropDownItemFontFamily property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string DropDownItemFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The font family. |
See Also