Skip to main content
A newer version of this page is available. .

ASPxTreeListExportRenderBrickEventArgs.Text Property

Gets or sets the text displayed within the brick currently being rendered.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A string value that specifies the text displayed within the processed brick.

Remarks

Use the Text property to obtain and change, if required, the processed brick’s content. For example, if the rendered brick corresponds to a data cell, the Text property returns the cell’s display text. If the brick corresponds to a column header, the column’s caption is returned.

See Also