DataPA Enterprise Dashboard Controls API Reference
Gets and sets the type of control used to render a filter control.

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

Syntax

C#
public ControlPanelObject..::..ControlPanelFilterControlType FilterControlType { get; set; }
Visual Basic
Public Property FilterControlType As ControlPanelObject..::..ControlPanelFilterControlType
	Get
	Set
Visual C++
public:
virtual property ControlPanelObject..::..ControlPanelFilterControlType FilterControlType {
	ControlPanelObject..::..ControlPanelFilterControlType get () sealed;
	void set (ControlPanelObject..::..ControlPanelFilterControlType value) sealed;
}

Property Value

Type: ControlPanelObject..::..ControlPanelFilterControlType
The type of control used to render a filter control.

Return Value

Type: ControlPanelObject..::..ControlPanelFilterControlType
The type of control used to render a filter control.

Remarks