Skip to main content

CustomDrawCellEventArgs.Text Property

Gets or sets the painted cell’s text.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A System.String object specifying the text of the painted cell.

See Also