TextColumnBase.TextDecorations Property
In This Article
Allows you to underline and/or cross out the text in the column’s cells.
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 cell text is underlined, strike-through, or neither. |
See Also