GridCustomizationWindowPopupSettings Properties
Serves as a base for classes that contain customization window specific settings of grid-like controls.Name | Description |
---|---|
AllowResize | Gets or sets a value that specifies whether the customization window can be resized by end-users on the client side. |
AutoUpdatePosition | Specifies whether the Customization Window’s position is updated automatically. |
CloseOnEscape | Gets or sets a value specifying whether a customization window is closed when an end-user presses the Esc key. |
Height | Gets or sets the customization window‘s height. |
HorizontalAlign | Gets or sets the customization window‘s horizontal alignment. |
HorizontalOffset | Gets or sets a value that indicates the distance that the customization window is offset from its baseline in the horizontal direction. This is a dependency property. |
MinHeight | Gets or sets the minimum height of the customization window. |
MinWidth | Gets or sets the minimum width of the customization window. |
PopupAnimationType | Gets or sets a value specifying the animation type used to show the customization window. |
ResizingMode | Gets or sets a value that specifies when the customization window being resized should be redrawn. |
ShowCloseButton | Gets or sets a value that specifies whether or not to display the customization window‘s close button. |
ShowCollapseButton | Gets or sets a value that specifies whether or not to display the customization window‘s collapse button. |
ShowFooter | Gets or sets a value that specifies whether or not to display the customization window‘s footer. |
ShowPinButton | Gets or sets a value that specifies whether or not to display the customization window‘s pin button. |
ShowShadow | Gets or sets a value that specifies whether the customization window casts a shadow. |
VerticalAlign | Gets or sets the customization window‘s vertical alignment. |
VerticalOffset | Gets or sets a value that indicates the distance that the customization window is offset from its baseline in the vertical direction. This is a dependency property. |
Width | Gets or sets the customization window‘s width. |
See Also