Skip to main content
Tab

ASPxVerticalGridRenderBrickEventArgs.Text Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 row header, the row’s caption is returned.

See Also