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

SplitterSeparators.CollapsedStyle Property

Gets style settings defining the appearance of a pane’s child pane separators in the collapsed state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public SplitterSeparatorStyle CollapsedStyle { get; }

Property Value

Type Description
SplitterSeparatorStyle

A SplitterSeparatorStyle object defining the separator appearance.

Remarks

The CollapsedStyle property provides access to the settings that define the appearance of collapsed separators displayed within a pane.

The CollapsedStyle property overrides the common appearance defined for collapsed separators via the SplitterStyles.SeparatorCollapsed property (or the SplitterStyles.HorizontalSeparatorCollapsed and SplitterStyles.VerticalSeparatorCollapsed properties), available via the control’s ASPxSplitter.Styles property.

See Also