ASPxTreeListExportRenderBrickEventArgs.TextValue Property
Gets or sets the processed brick’s value.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Object | An object that represents the processed brick’s value. |
Remarks
Use the TextValue property to obtain and change, if required, the processed brick’s value. For example, if the rendered brick corresponds to a data cell, the TextValue property returns the cell’s value. Its display text is returned by the ASPxTreeListExportRenderBrickEventArgs.Text property.
If the rendered brick corresponds to a column header or preview, the TextValue property returns null.
See Also