aspnet-devexpress-dot-web-f9c6542b.md
Represents a collection of layout items and groups within the FormLayout used in the GridView’s edit form.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GridViewLayoutItemCollection :
GridLayoutItemCollection
Public Class GridViewLayoutItemCollection
Inherits GridLayoutItemCollection
The following members return GridViewLayoutItemCollection objects:
A GridViewLayoutItemCollection instance can be accessed using the FormLayoutProperties.Items property.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection LayoutItemCollection GridLayoutItemCollection GridViewLayoutItemCollection BootstrapGridViewLayoutItemCollection
MVCxGridViewLayoutItemCollection<ModelType>
MVCxGridViewLayoutItemCollection
See Also