Skip to main content

FilterListItemBaseActualAppearance.ItemFontAttributes Property

Gets the font attribute value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemFontAttributes property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FontAttributes ItemFontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attribute value.

See Also