Skip to main content

BootstrapGridViewEditFormPopupSettingsBuilder Methods

Contains Popup Edit Form specific settings.
Name Description
AllowResize(Boolean) Sets a value that specifies whether the popup edit form can be resized by end-users on the client side.
CloseOnEscape(Nullable<Boolean>) Sets a value specifying whether a popup edit form 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 popup edit form‘s height.
Height(String) Sets the popup edit form‘s height.
HorizontalAlign(PopupHorizontalAlign) Sets the popup edit form‘s horizontal alignment.
HorizontalOffset(Int32) Sets a value that indicates the distance that the popup edit form is offset from its baseline in the horizontal direction. This is a dependency property.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinHeight(Int32) Sets the minimum height of the popup edit form‘s popup window.
MinHeight(String) Sets the minimum height of the popup edit form‘s popup window.
MinWidth(Int32) Sets the minimum width of popup edit form‘s popup window.
MinWidth(String) Sets the minimum width of popup edit form‘s popup window.
Modal(Boolean) Sets whether the popup edit form is displayed in modal mode.
PopupAnimationType(AnimationType) Sets a value specifying the animation type used to show the popup edit form.
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 popup edit form being resized should be redrawn.
SettingsAdaptivity(Action<BootstrapGridPopupEditFormAdaptivitySettingsBuilder>) Sets the popup edit form‘s adaptivity settings.
ShowCloseButton(Boolean) Sets a value that specifies whether or not to display the popup edit form‘s close button.
ShowFooter(Boolean) Sets a value that specifies whether or not to display the popup edit form‘s footer.
ShowHeader(Boolean) Sets a value that specifies whether the popup edit form‘s title heading is displayed.
ShowPageScrollbarWhenModal(Boolean) Sets a value that specifies whether a browser’s scroll bars can be displayed when the edit form is shown in the modal mode.
ShowViewportScrollbarWhenModal(Boolean) 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.
ToString() Returns a string that represents the current object. Inherited from Object.
VerticalAlign(PopupVerticalAlign) Sets the popup edit form‘s vertical alignment.
VerticalOffset(Int32) Sets a value that indicates the distance that the popup edit form is offset from its baseline in the vertical direction. This is a dependency property.
Width(Int32) Sets the popup edit form‘s width.
Width(String) Sets the popup edit form‘s width.
See Also