DataPA Enterprise Dashboard Controls API Reference
Gets the display value for this DateTimeFilterValue.

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

Syntax

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

Return Value

Type: Object
The display value for this DateTimeFilterValue.

Remarks