DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if this object supports nested group columns.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool NestedGroupColumns { get; }
Visual Basic
Public ReadOnly Property NestedGroupColumns As Boolean
	Get
Visual C++
public:
virtual property bool NestedGroupColumns {
	bool get () sealed;
}

Property Value

Type: Boolean
True if this object supports nested group columns.

Return Value

Type: Boolean
True if this object supports nested group columns.

Remarks