Skip to main content
Tab

SplitterContentControl Constructors

A container that stores the pane contents.
This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the pane contents declaratively, in ASP.NET markup (see a sample for ASPxSplitter). To create the pane contents at run-time (in code-behind files), use the ContentControlCollectionItem.Controls collection of a pane (see a sample for ASPxSplitter).
Name Description
SplitterContentControl() Initializes a new instance of the SplitterContentControl class with default settings.
See Also