Skip to main content
A newer version of this page is available.
All docs
V18.2

ColumnNameSummaryOptions.ColumnName Property

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

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public string ColumnName { get; set; }

Property Value

Type Description
String

A String value, specifying the column name.

See Also