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

PanelStyles.ExpandedExpandBar Property

Gets the style settings that define the appearance of the expand bar when the panel is expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ExpandBarStyle ExpandedExpandBar { get; }

Property Value

Type Description
ExpandBarStyle

An ExpandBarStyle object that contains style settings.

See Also