Skip to main content

GridColumnSummary(String) Constructor

Initializes a new GridColumnSummary class instance with the specified column’s field name.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

#Declaration

public GridColumnSummary(
    string column
)

#Parameters

Name Type Description
column String

A string value that specifies the field name of a column for which a summary should be calculated. This value is assigned to the GridColumnSummary.FieldName property.

#Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also