Skip to main content

CustomCellStyleEventArgs.TextDecorations Property

Gets or sets whether the cell text is underlined and/or strike-through.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public TextDecorations TextDecorations { get; set; }

Property Value

Type Description
TextDecorations

A value that specifies whether the cell text is underlined, strike-through, or neither.

See Also