HtmlDxDataGridColumnDescription.

AllowGrouping Property

Summary

Gets or sets a value indicating whether the user can group data by values of this column or not. Applies only if EnableGrouping is set. Default value is true.

Syntax

public bool AllowGrouping { get; set; }

Value

Type Description
bool
GitHub