DataPA Enterprise Dashboard Controls API Reference
Gets the filter value to be used in the filter condition for this DateTimeFilterValue.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public DateTime FilterValue { get; }
Visual Basic
Public ReadOnly Property FilterValue As DateTime
	Get
Visual C++
public:
virtual property DateTime FilterValue {
	DateTime get () sealed;
}

Return Value

Type: DateTime
The filter value to be used in the filter condition for this DateTimeFilterValue.

Remarks