SplitterPane.Separators Property
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.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
SplitterSeparators | A SplitterSeparators object that contains settings for separators. |
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