DataFormView.EditorLabelFontSize Property
Gets or sets the font size for editor text labels. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double EditorLabelFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | The text font size. |
Remarks
See Also