DataPA Enterprise Dashboard Controls API Reference
Gets a collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Collection TreeViewAdditionalFilterColumns { get; set; } |
Visual Basic |
---|
Public Property TreeViewAdditionalFilterColumns As Collection
Get
Set |
Visual C++ |
---|
public:
virtual property Collection^ TreeViewAdditionalFilterColumns {
Collection^ get () sealed;
void set (Collection^ value) sealed;
} |
Property Value
Type:
CollectionA collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
Return Value
Type:
CollectionA collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
Remarks
See Also