FormGroupItem.HeaderDecorations Property
Gets or sets the header text decorations. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public TextDecorations HeaderDecorations { get; set; }
Property Value
| Type | Description |
|---|---|
| TextDecorations | Specifies a combination of text decorations. |
See Also