Skip to main content
All docs
V19.2
Tab

ASPxPopupControlBase.ContentCollection Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual ContentControlCollection ContentCollection { get; }

Property Value

Type Description
ContentControlCollection

A ContentControlCollection object.

See Also