Skip to main content
Tab

SplitterContentControl Class

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).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class SplitterContentControl :
    ContentControl

The following members return SplitterContentControl objects:

Remarks

An instance of the SplitterContentControl class can be accessed via the SplitterContentControlCollection.Item property.

Inheritance

Object
Control
WebControl
ASPxWebControlBase
DevExpress.Web.ASPxInternalWebControl
ContentControl
SplitterContentControl
See Also