Skip to main content

MVCxSplitterPane Members

Represents an individual pane within the Splitter.

Constructors

Name Description
MVCxSplitterPane() Initializes a new instance of the MVCxSplitterPane class with default settings.
MVCxSplitterPane(String) Initializes a new instance of the MVCxSplitterPane class with the specified name.

Properties

Name Description
AllowResize Gets or sets a value that specifies whether a pane can be resized by end-users on the client side. Inherited from SplitterPane.
AutoHeight Gets or sets a value specifying whether a pane automatically adjusts its height to inner content. Inherited from SplitterPane.
AutoWidth Gets or sets a value specifying whether a pane automatically adjusts its width to inner content. Inherited from SplitterPane.
Collapsed Gets or sets a value specifying whether a splitter pane is collapsed. Inherited from SplitterPane.
CollapsedStyle Gets style properties defining the appearance of a pane in the collapsed state. Inherited from SplitterPane.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
ContentUrl Gets or sets the URL of a specific web page to be displayed within a pane. Inherited from SplitterPane.
ContentUrlIFrameName Gets or sets the name of the pane’s IFRAME element. Inherited from SplitterPane.
ContentUrlIFrameTitle Gets or sets the title of the pane’s IFRAME element. Inherited from SplitterPane.
Enabled Gets or sets a value that indicates whether the splitter pane is enabled, allowing the pane to respond to end-user interactions. Inherited from SplitterPane.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
MaxSize Gets or sets the pane’s maximum size. Inherited from SplitterPane.
MinSize Gets or sets the pane’s minimum size. Inherited from SplitterPane.
Name Gets or sets the unique identifier name for the current pane. Inherited from SplitterPane.
Panes Gets a collection that contains the pane of the splitter’s root level.
PaneStyle Gets style settings defining the appearance of the current pane. Inherited from SplitterPane.
ScrollBars Gets or sets a value specifying which scrollbars should appear within the pane. Inherited from SplitterPane.
ScrollLeft For internal use only. Inherited from SplitterPane.
ScrollTop For internal use only. Inherited from SplitterPane.
Separator Gets settings defining the appearance of a separator associated with the current pane. Inherited from SplitterPane.
Separators Gets settings defining the appearance of separators which are displayed within the current pane, between its child panes. Inherited from SplitterPane.
ShowCollapseBackwardButton Gets or sets a value that specifies whether the collapse backward button is displayed for the current pane (or its child panes). Inherited from SplitterPane.
ShowCollapseForwardButton Gets or sets a value that specifies whether the collapse forward button is displayed for the current pane (or its child panes). Inherited from SplitterPane.
ShowSeparatorImage Gets or sets a value that specifies whether the separator image is displayed within the current pane’s separator (or its child pane separators). Inherited from SplitterPane.
Size Gets or sets the pane’s size (height or width, depending on the orientation). Inherited from SplitterPane.
Visible Gets or sets a value specifying the visibility of the current pane. Inherited from SplitterPane.
VisibleIndex Gets or sets a value specifying the position of the current pane amongst the visible panes at the same level. Inherited from SplitterPane.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current object. Inherited from SplitterPane.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetPath() Returns the pane‘s path within a panes collection. Inherited from SplitterPane.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetContent(Action) Allows you to custom render the splitter pane content.
SetContent(String) Allows you to custom render the splitter pane content.
ToString() Returns the string that represents the current object. Inherited from SplitterPane.
See Also