Skip to main content
Tab

ASPxPopupControl.CollapseButtonStyle 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 CollapseButtonStyle { get; }

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 of a window’s collapse button.

Note

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

See Also