GridViewLayoutItemCollection Class
In This Article
Represents a collection of layout items and groups within the FormLayout used in the GridView’s edit form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewLayoutItemCollection :
GridLayoutItemCollection
#Related API Members
The following members return GridViewLayoutItemCollection objects:
#Remarks
A GridViewLayoutItemCollection instance can be accessed using the FormLayoutProperties.Items property.
#Inheritance
See Also