SplitterPane.Separators Property
In This Article
Gets settings defining the appearance of separators which are displayed within the current pane, between its child panes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterSeparators Separators { get; }
#Property Value
Type | Description |
---|---|
Splitter |
A Splitter |
#Remarks
This property is not in effect for a pane, if it doesn’t have child panes.
Settings exposed by the Separators property allow you to override common separator settings (declared at the splitter control’s level) for an individual pane.
See Also