Skip to main content
A newer version of this page is available.
All docs
V19.2
Tab

SplitterSeparators(SplitterPane, Boolean) Constructor

Initializes a new instance of the SplitterSeparators class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public SplitterSeparators(
    SplitterPane owner,
    bool isSeparator
)

Parameters

Name Type Description
owner SplitterPane

A SplitterPane object that represents the owner of the created object. This value is assigned to the SplitterSeparators.Owner property.

isSeparator Boolean

true if the style settings define the appearance of a separator which is displayed before the current pane; false if the style settings define the appearance of separators which are displayed within the current pane, between its child panes.

See Also