CheckEdit.LabelTextDecorations Property
Gets or sets whether the label’s text is underlined and/or crossed out. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public TextDecorations LabelTextDecorations { get; set; }
Property Value
Type | Default | Description |
---|---|---|
TextDecorations | None | The text decorations. |
See Also