GridHeaderFilterPopupSettings Properties
Serves as a base for classes that contain popup header filter specific settings in grid-like controls.| Name | Description |
|---|---|
| AutoUpdatePosition | Specifies whether the Header Filter’s position is updated automatically. |
| CloseOnEscape | Specifies whether a header filter is closed when an end-user presses the Esc key. |
| Height | Gets or sets the header filter’s height. |
| MinHeight | Gets or sets the minimum height of header filter’s popup window. |
| MinWidth | Gets or sets the minimum width of header filter’s popup window. |
| PopupAnimationType | Gets or sets a value specifying the animation type used to show the header filter‘s popup window. |
| ResizingMode | Gets or sets a value that specifies when the header filter being resized should be redrawn. |
| SettingsAdaptivity | Gets the header filter‘s adaptivity settings. |
| ShowCloseButton | Gets or sets a value that specifies whether or not to display the header filter popup window’s close button. |
| ShowCollapseButton | Gets or sets a value that specifies whether or not to display the header filter popup window’s collapse button. |
| ShowHeader | Gets or sets a value that specifies whether or not to display the header filter popup window’s header. |
| ShowShadow | Gets or sets a value that specifies whether the header filter popup window casts a shadow. |
| Width | Gets or sets the header filter’s width. |
See Also