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