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

ASPxVerticalGridRenderBrickEventArgs.TextValue Property

Gets or sets the processed brick’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public object TextValue { get; set; }

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 ASPxVerticalGridRenderBrickEventArgs.Text property.

If the rendered brick corresponds to a row header, the TextValue property returns null.

See Also