LayoutGroupBase.Items Property
In This Article
Provides access to the layout group’s item collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LayoutItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
See Also