Skip to main content
A newer version of this page is available. .

CustomDrawCellEventArgs.Text Property

Gets or sets the painted cell’s text.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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