DataPA Enterprise Dashboard Controls API Reference
Gets and sets a collection of values that determins the group order when SortType is SummaryData.SummaryDataSummarySortType.Specified.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Collection SpecifiedGroupSortValues { get; set; } |
Visual Basic |
---|
Public Property SpecifiedGroupSortValues As Collection
Get
Set |
Visual C++ |
---|
public:
virtual property Collection^ SpecifiedGroupSortValues {
Collection^ get () sealed;
void set (Collection^ value) sealed;
} |
Property Value
Type:
CollectionThe collection of values that determins the group order when SortType is SummaryData.SummaryDataSummarySortType.Specified.
Return Value
Type:
CollectionThe collection of values that determins the group order when SortType is SummaryData.SummaryDataSummarySortType.Specified.
Remarks
See Also