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

ColumnNameSummaryOptions(String) Constructor

Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ColumnNameSummaryOptions(
    string columnName
)

Parameters

Name Type Description
columnName String

A String value, specifying the column name. This value is assigned to the ColumnNameSummaryOptions.ColumnName property.

See Also