Back to Devexpress

MVCxSplitterPane Class

aspnetmvc-devexpress-dot-web-dot-mvc-57f177b9.md

latest3.0 KB
Original Source

MVCxSplitterPane Class

Represents an individual pane within the Splitter.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxSplitterPane :
    SplitterPane
vb
Public Class MVCxSplitterPane
    Inherits SplitterPane

The following members return MVCxSplitterPane objects:

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.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.IWebControlObject

IPropertiesOwner

IExpressionsAccessor

DevExpress.Web.Design.IDesignTimeCollectionItem

IEnumerable

IHierarchyData

Inheritance

Object StateManager CollectionItem ContentControlCollectionItem SplitterPane MVCxSplitterPane

See Also

MVCxSplitterPane Members

Splitter

DevExpress.Web.Mvc Namespace