CardViewHeaderFilterPopupSettings Members
Contains the header filter specific settings.Constructors
| Name | Description |
|---|---|
| CardViewHeaderFilterPopupSettings(IPropertiesOwner) | Initializes a new instance of the CardViewHeaderFilterPopupSettings class with specified settings. |
Properties
| Name | Description |
|---|---|
| AutoUpdatePosition | Specifies whether the Header Filter’s position is updated automatically. Inherited from GridHeaderFilterPopupSettings. |
| CloseOnEscape | Specifies whether a header filter is closed when an end-user presses the Esc key. Inherited from GridHeaderFilterPopupSettings. |
| Height | Gets or sets the header filter’s height. Inherited from GridHeaderFilterPopupSettings. |
| MinHeight | Gets or sets the minimum height of header filter’s popup window. Inherited from GridHeaderFilterPopupSettings. |
| MinWidth | Gets or sets the minimum width of header filter’s popup window. Inherited from GridHeaderFilterPopupSettings. |
| PopupAnimationType | Gets or sets a value specifying the animation type used to show the header filter‘s popup window. Inherited from GridHeaderFilterPopupSettings. |
| ResizingMode | Gets or sets a value that specifies when the header filter being resized should be redrawn. Inherited from GridHeaderFilterPopupSettings. |
| SettingsAdaptivity | Gets the header filter‘s adaptivity settings. Inherited from GridHeaderFilterPopupSettings. |
| ShowCloseButton | Gets or sets a value that specifies whether or not to display the header filter popup window’s close button. Inherited from GridHeaderFilterPopupSettings. |
| ShowCollapseButton | Gets or sets a value that specifies whether or not to display the header filter popup window’s collapse button. Inherited from GridHeaderFilterPopupSettings. |
| ShowHeader | Gets or sets a value that specifies whether or not to display the header filter popup window’s header. Inherited from GridHeaderFilterPopupSettings. |
| ShowShadow | Gets or sets a value that specifies whether the header filter popup window casts a shadow. Inherited from GridHeaderFilterPopupSettings. |
| Width | Gets or sets the header filter’s width. Inherited from GridHeaderFilterPopupSettings. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from GridPopupSettingsBase. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also