DXCollectionViewActualAppearance.SelectedItemFontSize Property
Gets the selected item’s font size value that is applied to the DXCollectionView.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public double SelectedItemFontSize { get; }
Property Value
Type | Description |
---|---|
Double | The selected item’s font size value that is applied to the DXCollectionView. |
See Also