Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public bool CollapsibleSubtotals { get; set; }
Visual Basic
Public Property CollapsibleSubtotals As Boolean
	Get
	Set

See Also