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

SplitterSeparators.SeparatorStyle Property

Gets style settings defining the appearance of a separator (or the pane’s child pane separators).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public SplitterSeparatorStyle SeparatorStyle { get; }

Property Value

Type Description
SplitterSeparatorStyle

A SplitterSeparatorStyle object that contains style settings.

Remarks

The SeparatorStyle property provides access to the settings that define the appearance of separator elements.

The SeparatorStyle property overrides the common appearance defined for separators via the SplitterStyles.Separator property (or the SplitterStyles.HorizontalSeparator and SplitterStyles.VerticalSeparator properties), available via the control’s ASPxSplitter.Styles property.

See Also