Back to Devexpress

CustomDrawCellEventArgs.Text Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-customdrawcelleventargs-1f082e2a.md

latest1.1 KB
Original Source

CustomDrawCellEventArgs.Text Property

Gets or sets the painted cell’s text.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public string Text { get; set; }
vb
Public Property Text As String

Property Value

TypeDescription
String

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

|

See Also

CustomDrawCellEventArgs Class

CustomDrawCellEventArgs Members

DevExpress.XtraSpreadsheet Namespace