DataPA Enterprise Dashboard Controls API Reference
Gets and sets the DateTimeFilterType that applies to this filter value.

Namespace: DataPAEnterpriseDashboard
Assembly: 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..::..DateTimeFilterType
The DateTimeFilterType that applies to this filter value.

Return Value

Type: DateTimeFilterValue..::..DateTimeFilterType
The DateTimeFilterType that applies to this filter value.

Remarks

Determins if this filter applies to a date (0) or a datetime (1).

See Also