Click or drag to resize
GridColumnGroupByExpression Property

The group-expression that should be used when grid is grouping-by this column. If not set explicitly, KaxGrid will generate a group expression based on the DataField of the column (if available), using the GetDefaultGroupByExpression method.

The grouping can be turned on/off for columns like GridBoundColumn using Groupable property.

For more information about the Group-By expressions and their syntax, see GridGroupByExpression class.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string GroupByExpression { get; set; }

Property Value

Type: String
See Also