Click or drag to resize
UniGridDisplayExternalFilter Method
Determines whether to show external filter.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public bool DisplayExternalFilter(
	bool filterIsSet
)

Parameters

filterIsSet
Type: SystemBoolean
Is external filter set?

Return Value

Type: Boolean
TRUE if external filter should be displayed
See Also