MVCxSplitterPaneCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Creates a new pane with the default setting and adds it to the collection. |
Add(MVCxSplitterPane) | pane | Adds a specified pane to the end of the collection. |
Add(Action<MVCxSplitterPane>) | method | Adds a new pane to the collection and allows you to customize this pane in a delegate method implementation. |
Add(String) | name | Creates a new pane with the specified setting and adds it to the collection. |