GridViewFilterControlPopupSettings Members
Contains filter control specific settings.Constructors
| Name | Description |
|---|---|
| GridViewFilterControlPopupSettings(IPropertiesOwner) | Initializes a new instance of the GridViewFilterControlPopupSettings class with specified settings. |
Properties
| 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. Inherited from GridFilterControlPopupSettings. |
| AutoUpdatePosition | Specifies whether the Filter Control’s position is updated automatically. Inherited from GridFilterControlPopupSettings. |
| Height | Gets or sets the filter control‘s height. Inherited from GridFilterControlPopupSettings. |
| HorizontalAlign | Gets or sets the filter control‘s horizontal alignment. Inherited from GridFilterControlPopupSettings. |
| HorizontalOffset | Gets or sets a value that indicates the distance that the filter control is offset from its baseline in the horizontal direction. Inherited from GridFilterControlPopupSettings. |
| MinHeight | Gets or sets the minimum height of the filter control window. Inherited from GridFilterControlPopupSettings. |
| MinWidth | Gets or sets the minimum width of the filter control window. Inherited from GridFilterControlPopupSettings. |
| PopupAnimationType | Gets or sets a value specifying the animation type used to show the filter control. Inherited from GridFilterControlPopupSettings. |
| ResizingMode | Gets or sets a value that specifies when the filter control being resized should be redrawn. Inherited from GridFilterControlPopupSettings. |
| ScrollBars | Gets or sets a value specifying which scrollbars should appear in the filter control window. Inherited from GridFilterControlPopupSettings. |
| SettingsAdaptivity | Gets the filter control‘s adaptivity settings. Inherited from GridFilterControlPopupSettings. |
| ShowCloseButton | Gets or sets a value that specifies whether or not to display the filter control‘s close button. Inherited from GridFilterControlPopupSettings. |
| ShowHeader | Gets or sets a value that specifies whether or not to display the filter control‘s header. Inherited from GridFilterControlPopupSettings. |
| ShowMaximizeButton | Gets or sets a value that specifies whether or not to display the filter control‘s maximize button. Inherited from GridFilterControlPopupSettings. |
| ShowPageScrollbarWhenModal | Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when the filter control window is shown. Inherited from GridFilterControlPopupSettings. |
| ShowShadow | Gets or sets a value that specifies whether the filter control casts a shadow. Inherited from GridFilterControlPopupSettings. |
| 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. Inherited from GridFilterControlPopupSettings. |
| VerticalAlign | Gets or sets the filter control‘s vertical alignment. Inherited from GridFilterControlPopupSettings. |
| VerticalOffset | Gets or sets a value that indicates the distance that the filter control is offset from its baseline in the vertical direction. Inherited from GridFilterControlPopupSettings. |
| Width | Gets or sets the filter control‘s width. Inherited from GridFilterControlPopupSettings. |
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