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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterSeparatorStyle CollapsedStyle { get; }
#Property Value
Type | Description |
---|---|
Splitter |
A Splitter |
#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.