Skip to main content
A newer version of this page is available. .
Tab

ASPxRoundPanel.CollapseButtonStyle Property

Gets style settings for a panel’s collapse button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CollapseButtonStyle CollapseButtonStyle { get; }

Property Value

Type Description
CollapseButtonStyle

A CollapseButtonStyle object that contains style settings.

Remarks

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

See Also