TreeListCustomizeCellDisplayTextEventArgs.DisplayText Property
In This Article
Specifies a cell value’s display text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public string DisplayText { get; set; }
#Property Value
Type | Description |
---|---|
String | The display text. |
#Remarks
Refer to the TreeListCustomizeCellDisplayTextEventArgs class description for more information and an example.
See Also