Skip to main content

CellData.Text Property

Gets or sets the text displayed in the cell.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[P("", Handler = "OnTextChanged")]
public string Text { get; }

#Property Value

Type Description
String

The text displayed in the cell.

See Also