DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The DateTimeFilterType that applies to this filter value.
The DateTimeFilterType that applies to this filter value.
Gets and sets the DateTimeFilterType that applies to this filter value.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DateTimeFilterValue..::..DateTimeFilterType FilterType { get; set; } |
Visual Basic |
---|
Public Property FilterType As DateTimeFilterValue..::..DateTimeFilterType Get Set |
Visual C++ |
---|
public: virtual property DateTimeFilterValue..::..DateTimeFilterType FilterType { DateTimeFilterValue..::..DateTimeFilterType get () sealed; void set (DateTimeFilterValue..::..DateTimeFilterType value) sealed; } |
Property Value
Type: DateTimeFilterValue..::..DateTimeFilterTypeThe DateTimeFilterType that applies to this filter value.
Return Value
Type: DateTimeFilterValue..::..DateTimeFilterTypeThe DateTimeFilterType that applies to this filter value.
Remarks
Determins if this filter applies to a date (0) or a datetime (1).