Skip to main content
Tab

PopupControlStyles.CollapseButton Property

Gets style settings for a window’s collapse button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupWindowButtonStyle CollapseButton { get; }

Property Value

Type Description
PopupWindowButtonStyle

A PopupWindowButtonStyle object that contains button style settings.

Remarks

The CollapseButton property provides access to style settings which define the appearance style of a window’s collapse button.

Note

For ASPxPopupControl only:

If the ASPxPopupControl.Windows collection is empty, the CollapseButton property is applied to the default popup window. Otherwise, the CollapseButton property specifies a common style to be applied to the collapse buttons of all popup windows from the ASPxPopupControl.Windows collection. In this case, the CollapseButton property’s value can be overridden by using the PopupWindow.CollapseButtonStyle property of individual windows.

See Also