The FilterSettings type exposes the following members.

Methods

  Name Description
Public method AssignPropertiesState
Infrastructure. Assigns the state of the properties.
(Inherited from ContentElement.)
Public method ContentChanged
(Inherited from ContentElement.)
Public method InitializeContent
Infrastructure. Performs content initialization.
(Overrides ContentElement..::..InitializeContent(Boolean).)
Public method SetOwner
Changes object's owner.
(Inherited from ContentElement.)

Properties

  Name Description
Public property CollapseAnimation
Collapse Animation effect.
Public property CollapseDelay
Collapse delay in milliseconds before toolbar drop down list start hiding. Default value is 100.
Public property CollapseDuration
Collapse Animation duration in milliseconds.
Public property CollapseEasing
Specifies the transition for collapse animation.
Public property ExpandAnimation
Expand Animation effect.
Public property ExpandDelay
Expand delay in milliseconds before drop down operators list starts popup. Default value is 100.
Public property ExpandDuration
Expand Animation duration in milliseconds.
Public property ExpandEasing
Specifies the transition for expand animation.
Public property FilterOnSelect
Gets or sets value indicating whether filtering will be performed right now once a filter operator is selected.
Public property Owner
A IOwnerable object that owns this object.
(Inherited from ContentElement.)
Public property PropertiesState
Gets the state of the properties.
(Inherited from ContentElement.)
Public property WindowCollisionDetection
Determines whether or not filter dropdown operators list's position will be adjusted to fit in window bounds.

See Also