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

GetValueEventArgs.GetColumnValue(String) Method

Returns the value of a specified column.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public object GetColumnValue(
    string columnName
)

Parameters

Name Type Description
columnName String

A String value, specifying the column name.

Returns

Type Description
Object

A Object value.

See Also