Skip to main content

GridPopupControlAdaptivitySettingsBuilder Members

Contains the settings that relate to the adaptivity settings of the grid’s edit form, filter control, and header filter popup dialogs.

Methods

Name Description
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.
FixedFooter(Boolean) Sets whether the footer is fixed on the bottom while scrolling the popup window in adaptive mode.
FixedHeader(Boolean) Sets whether the header is fixed on the top while scrolling the popup window in adaptive mode.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HorizontalAlign(PopupAdaptiveHorizontalAlign) Sets the value that defines the horizontal alignment of the popup window in adaptive mode.
MaxHeight(Int32) Sets the maximum height of the popup window in adaptive mode.
MaxHeight(String) Sets the maximum height of the popup window in adaptive mode.
MaxWidth(Int32) Sets the maximum width of the popup window in adaptive mode.
MaxWidth(String) Sets the maximum width of the popup window in adaptive mode.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinHeight(Int32) Sets the minimum height of the popup window in adaptive mode.
MinHeight(String) Sets the minimum height of the popup window in adaptive mode.
MinWidth(Int32) Sets the minimum width of the popup window in adaptive mode.
MinWidth(String) Sets the minimum width of the popup window in adaptive mode.
Mode(PopupControlAdaptivityMode) Specifies the adaptivity mode for the grid’s popup dialogs.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SwitchAtWindowInnerWidth(Int32) Sets a value that defines the maximum browser window inner width when the popup window is rendered in adaptive mode.
ToString() Returns a string that represents the current object. Inherited from Object.
VerticalAlign(PopupAdaptiveVerticalAlign) Sets the value that defines the vertical alignment of the popup window in adaptive mode.
See Also