BootstrapGridViewEditFormPopupSettings Properties
Contains Popup Edit Form specific settings.Name | Description |
---|---|
AllowResize | Gets or sets a value that specifies whether end users can resize the popup edit form. Inherited from GridEditFormPopupSettings. |
CloseOnEscape | Gets or sets a value specifying whether a popup edit form is closed when an end-user presses the ESC key. Inherited from GridEditFormPopupSettings. |
Height | Gets or sets the popup edit form‘s height. Inherited from GridEditFormPopupSettings. |
HorizontalAlign | Gets or sets the popup edit form‘s horizontal alignment. Inherited from GridEditFormPopupSettings. |
HorizontalOffset | Gets or 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. Inherited from GridEditFormPopupSettings. |
MinHeight | Gets or sets the minimum height of the popup edit form‘s popup window. Inherited from GridEditFormPopupSettings. |
MinWidth | Gets or sets the minimum width of popup edit form‘s popup window. Inherited from GridEditFormPopupSettings. |
Modal | Gets or sets whether the popup edit form is displayed in modal mode. Inherited from GridEditFormPopupSettings. |
PopupAnimationType | Gets or sets a value specifying the animation type used to show the popup edit form. Inherited from GridEditFormPopupSettings. |
ResizingMode | Gets or sets a value that specifies when the popup edit form being resized should be redrawn. Inherited from GridEditFormPopupSettings. |
SettingsAdaptivity | Gets or sets the popup edit form‘s adaptivity settings. |
ShowCloseButton | Gets or sets a value that specifies whether or not to display the popup edit form‘s close button. Inherited from GridEditFormPopupSettings. |
ShowFooter | Gets or sets a value that specifies whether or not to display the popup edit form‘s footer. Inherited from GridEditFormPopupSettings. |
ShowHeader | Gets or sets a value that specifies whether the popup edit form‘s title heading is displayed. Inherited from GridEditFormPopupSettings. |
ShowPageScrollbarWhenModal | Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when the edit form is shown in the modal mode. Inherited from GridEditFormPopupSettings. |
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 GridEditFormPopupSettings. |
VerticalAlign | Gets or sets the popup edit form‘s vertical alignment. Inherited from GridEditFormPopupSettings. |
VerticalOffset | Gets or 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. Inherited from GridEditFormPopupSettings. |
Width | Gets or sets the popup edit form‘s width. Inherited from GridEditFormPopupSettings. |
See Also