Skip to main content
All docs
V18.2

ASPxClientPreviewClickEventArgs.GetBrickValue(String) Method

Returns a string providing additional information about the current ASPxClientPreviewClickEventArgs.Brick by the specified key.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string GetBrickValue(
    string key
)

Parameters

Name Type Description
key String

A string that specifies a unique key.

Returns

Type Description
String

A string that provides additional information on the current brick by the specified key.

See Also