aspnet-devexpress-dot-web-c024b1f3.md
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.v25.2.dll
NuGet Package : DevExpress.Web
public class SplitterContentControl :
ContentControl
Public Class SplitterContentControl
Inherits ContentControl
The following members return SplitterContentControl objects:
An instance of the SplitterContentControl class can be accessed via the SplitterContentControlCollection.Item property.
Object Control WebControl ASPxWebControlBase DevExpress.Web.ASPxInternalWebControl ContentControl SplitterContentControl
See Also