Back to Devexpress

AffixTextColumnBase.AffixFontSize Property

maui-devexpress-dot-maui-dot-datagrid-dot-affixtextcolumnbase-f497c28d.md

latest866 B
Original Source

AffixTextColumnBase.AffixFontSize Property

Gets or sets the affix’s font size. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
[TypeConverter(typeof(FontSizeConverter))]
public double AffixFontSize { get; set; }

Property Value

TypeDescription
Double

The font size.

|

See Also

AffixTextColumnBase Class

AffixTextColumnBase Members

DevExpress.Maui.DataGrid Namespace