Indicates whether the groups by this column should be sorted by items count rather than by the value.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
bool ShouldSortGroupsByCount { get; set; }
Visual Basic
Property ShouldSortGroupsByCount As Boolean
	Get
	Set
JScript
function get ShouldSortGroupsByCount () : boolean
function set ShouldSortGroupsByCount (value : boolean)

See Also