Skip to main content

ColumnNameSummaryOptions.ColumnName Property

Specifies the data column, across which a summary function is calculated.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string ColumnName { get; set; }

Property Value

Type Description
String

A String value, specifying the column name.

See Also