SplitterPane.Separator Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.