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

SplitterPane.Separator Property

Gets settings defining the appearance of a separator associated with the current pane.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public SplitterSeparators Separator { get; }

Property Value

Type Description
SplitterSeparators

A SplitterSeparators object that contains separator settings.

Remarks

Settings defined via the Separator property of a splitter pane apply to a separator that divides the pane from its previous sibling pane (that is from a pane having the previous index within their common SplitterPaneCollection, which can be accessed via the ASPxSplitter.Panes (SplitterPane.Panes) property of their parent).

Settings exposed by the Separator property allow you to override common separator settings (declared at the splitter control level or at the level of the parent pane) for an individual pane.

To define the appearance of separators displayed within the current pane, use the pane’s SplitterPane.Separators property.

See Also