BootstrapGridViewHeaderFilterPopupSettingsBuilder Methods
Contains Header Filter specific settings.| Name | Description |
|---|---|
| CloseOnEscape(Nullable<Boolean>) | Specifies whether a header filter is closed when an end-user presses the Esc key. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Height(Int32) | Sets the header filter’s height. |
| Height(String) | Sets the header filter’s height. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| MinHeight(Int32) | Sets the minimum height of header filter’s popup window. |
| MinHeight(String) | Sets the minimum height of header filter’s popup window. |
| MinWidth(Int32) | Sets the minimum width of header filter’s popup window. |
| MinWidth(String) | Sets the minimum width of header filter’s popup window. |
| PopupAnimationType(AnimationType) | Sets a value specifying the animation type used to show the header filter‘s popup window. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ResizingMode(ResizingMode) | Sets a value that specifies when the header filter being resized should be redrawn. |
| SettingsAdaptivity(Action<GridPopupControlAdaptivitySettingsBuilder>) | Sets the header filter‘s adaptivity settings. |
| ShowCloseButton(Boolean) | Sets a value that specifies whether or not to display the header filter popup window’s close button. |
| ShowHeader(Boolean) | Sets a value that specifies whether or not to display the header filter popup window’s header. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Width(Int32) | Sets the header filter’s width. |
| Width(String) | Sets the header filter’s width. |
See Also