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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.