Skip to main content
A newer version of this page is available. .
Tab

ContentControl Class

Represents a child control contained within a parent control’s ContentControlCollectionItem.ContentCollection collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ContentControl :
    ASPxInternalWebControl,
    IContentContainer,
    IAttributeAccessor

The following members return ContentControl objects:

Remarks

Instances of the ContentControl type can be accessed via the ContentControlCollection.Item property of a collection.

See Also