ControlPanelObjectFilterControlType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the type of control used to render a filter control.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ControlPanelObjectControlPanelFilterControlType FilterControlType { get; set; }
Public Property FilterControlType As ControlPanelObjectControlPanelFilterControlType
Get
Set
public:
virtual property ControlPanelObjectControlPanelFilterControlType FilterControlType {
ControlPanelObjectControlPanelFilterControlType get () sealed;
void set (ControlPanelObjectControlPanelFilterControlType value) sealed;
}
function get_FilterControlType();
function set_FilterControlType(value);
Property Value
Type:
ControlPanelObjectControlPanelFilterControlTypeThe type of control used to render a filter control.
Return Value
Type:
ControlPanelObjectControlPanelFilterControlTypeThe type of control used to render a filter control.
Remarks See Also