Specifies if the groups should be sorted by the items count

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also