Back to Devexpress

SplitterContentControl Class

aspnet-devexpress-dot-web-c024b1f3.md

latest3.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class SplitterContentControl :
    ContentControl
vb
Public Class SplitterContentControl
    Inherits ContentControl

The following members return SplitterContentControl objects:

Remarks

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

Implements

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IUrlResolutionService

IAttributeAccessor

Inheritance

Object Control WebControl ASPxWebControlBase DevExpress.Web.ASPxInternalWebControl ContentControl SplitterContentControl

See Also

SplitterContentControl Members

Splitter

DevExpress.Web Namespace