Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxPopupControlBase.ContentCollection Property

Gets the collection of the content controls. For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual ContentControlCollection ContentCollection { get; }

Property Value

Type Description
ContentControlCollection

A ContentControlCollection object.

See Also