Back to Devexpress

CustomDrawRowValueCellEventArgs.CellText Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawrowvaluecelleventargs-c8996cdf.md

latest2.1 KB
Original Source

CustomDrawRowValueCellEventArgs.CellText Property

Gets or sets the text displayed in the painted cell.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

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

Property Value

TypeDescription
String

A String value representing the painted cell’s displayed text.

|

Remarks

The CellText property returns the cell’s display text formatted according to the row’s RowProperties.DisplayFormat property. Use the CellText property to paint the cell value as it is displayed using default painting.

To obtain the cell value, use the CustomDrawRowValueCellEventArgs.CellValue property.

See Also

CellValue

CellIndex

CustomDrawRowValueCellEventArgs Class

CustomDrawRowValueCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace