ASPxPopupControlBase.ShowCollapseButton Property
Gets or sets a value that specifies whether a window’s collapse button is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
For the ASPxPopupControl only:
If the ASPxPopupControl.Windows collection is empty, the ShowCollapseButton property is applied to the default popup window. Otherwise, the ShowCollapseButton property specifies the visibility of the collapse button for all popup windows from the ASPxPopupControl.Windows collection. A specific window’s button visibility is controlled by the PopupWindow.ShowCollapseButton property.
See Also