StyleBase.TextDecorations Property
In This Article
Gets or sets whether the text is underlined and/or strike-through.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
[XtraSerializableProperty]
public TextDecorations TextDecorations { get; set; }
#Property Value
Type | Description |
---|---|
Text |
A value that specifies whether the grid element’s text is underlined, strike-through, or neither. |
#Remarks
You can also use the FontSize, FontAttributes, FontColor and FontFamily properties to customize the appearance of a grid element’s text (cell, column header, group row or total summary panel).
See Also