FormItemBaseActualAppearance.DetailFontFamily Property
Gets the detail font family value that is applied to the FormItemBase descendant. To specify this value, use the DetailFontFamily property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string DetailFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The detail font family. |
See Also