PopupWindow.CollapseButtonStyle Property
Gets style settings for the popup window’s collapse button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PopupWindowButtonStyle | A PopupWindowButtonStyle object that contains style settings. |
Remarks
The CollapseButtonStyle property provides access to style settings which define the appearance style for the current popup window’s collapse button.
Note
The value assigned to the CollapseButtonStyle property of a popup window overrides the value set for the popup control’s ASPxPopupControl.CollapseButtonStyle property (if any) which specifies the common collapse button style for all popup windows from the ASPxPopupControl.Windows collection.
See Also