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

LayoutItem.LayoutItemNestedControlCollection Property

Gets the collection of the layout item’s nested controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ContentControlCollection LayoutItemNestedControlCollection { get; }

Property Value

Type Description
ContentControlCollection

A ContentControlCollection object.

See Also