FormGroupItem.HeaderFontSize Property
Gets or sets the header font size. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double HeaderFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | Specifies the header text size. |
See Also