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

MVCxSplitterPane Class

Represents an individual pane within the Splitter.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public class MVCxSplitterPane :
    SplitterPane

Remarks

The MVCxSplitterPane class implements the functionality of an individual pane within the Splitter. Instances of the MVCxSplitterPane class are maintained within the MVCxSplitterPaneCollection collection, which can be accessed via the Splitter’s SplitterSettings.Panes property or a pane’s MVCxSplitterPane.Panes property.

Note

The MVCxSplitterPane class has a client-side equivalent - an object of the ASPxClientSplitterPane type.

See Also