GridFilterControlPopupSettings Properties
Serves as a base for classes that contain filter control specific settings in grid-like controls.| Name | Description |
|---|---|
| AllowResize | Gets or sets a value that specifies whether the filter control window can be resized by end-users on the client side. |
| AutoUpdatePosition | Specifies whether the Filter Control’s position is updated automatically. |
| Height | Gets or sets the filter control‘s height. |
| HorizontalAlign | Gets or sets the filter control‘s horizontal alignment. |
| HorizontalOffset | Gets or sets a value that indicates the distance that the filter control is offset from its baseline in the horizontal direction. |
| MinHeight | Gets or sets the minimum height of the filter control window. |
| MinWidth | Gets or sets the minimum width of the filter control window. |
| PopupAnimationType | Gets or sets a value specifying the animation type used to show the filter control. |
| ResizingMode | Gets or sets a value that specifies when the filter control being resized should be redrawn. |
| ScrollBars | Gets or sets a value specifying which scrollbars should appear in the filter control window. |
| SettingsAdaptivity | Gets the filter control‘s adaptivity settings. |
| ShowCloseButton | Gets or sets a value that specifies whether or not to display the filter control‘s close button. |
| ShowHeader | Gets or sets a value that specifies whether or not to display the filter control‘s header. |
| ShowMaximizeButton | Gets or sets a value that specifies whether or not to display the filter control‘s maximize button. |
| ShowPageScrollbarWhenModal | Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when the filter control window is shown. |
| ShowShadow | Gets or sets a value that specifies whether the filter control casts a shadow. |
| ShowViewportScrollbarWhenModal | Gets or sets a value that specifies whether the vertical and horizontal scroll bars can be displayed in the viewport when a popup window is shown in modal mode. |
| VerticalAlign | Gets or sets the filter control‘s vertical alignment. |
| VerticalOffset | Gets or sets a value that indicates the distance that the filter control is offset from its baseline in the vertical direction. |
| Width | Gets or sets the filter control‘s width. |
See Also