Skip to main content
Tab

ASPxVerticalGridRenderBrickEventArgs.GetValue(String) Method

Returns the value of the specified cell within the processed record.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object GetValue(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value that specifies the name of the data source field.

Returns

Type Description
Object

An object that represents the specified cell’s value.

Remarks

The processed record’s key value and handle are returned by the ASPxVerticalGridRenderBrickEventArgs.KeyValue and ASPxVerticalGridRenderBrickEventArgs.VisibleIndex properties, respectively. The processed cell’s value is returned by the ASPxVerticalGridRenderBrickEventArgs.Value property.

See Also