| SummaryDataNestedGroupColumns Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this object supports nested group columns.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxpublic bool NestedGroupColumns { get; }Public ReadOnly Property NestedGroupColumns As Boolean
Get
public:
virtual property bool NestedGroupColumns {
bool get () sealed;
}function get_NestedGroupColumns();
Property Value
Type:
BooleanTrue if this object supports nested group columns.
Return Value
Type:
BooleanTrue if this object supports nested group columns.
Remarks
See Also