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

RoundPanelSettings.CollapseButtonStyle Property

Gets style settings for a panel’s collapse button.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.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