MVCxSplitterPane Class
In This Article
Represents an individual pane within the Splitter.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
#Declaration
public class MVCxSplitterPane :
SplitterPane
#Related API Members
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 MVCx
#Implements
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.IWebControlObject
DevExpress.Web.Design.IDesignTimeCollectionItem
#Inheritance
See Also