Back to Devexpress

GridViewLayoutItemCollection Class

aspnet-devexpress-dot-web-f9c6542b.md

latest2.6 KB
Original Source

GridViewLayoutItemCollection Class

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

Declaration

csharp
public class GridViewLayoutItemCollection :
    GridLayoutItemCollection
vb
Public Class GridViewLayoutItemCollection
    Inherits GridLayoutItemCollection

The following members return GridViewLayoutItemCollection objects:

Remarks

A GridViewLayoutItemCollection instance can be accessed using the FormLayoutProperties.Items property.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection LayoutItemCollection GridLayoutItemCollection GridViewLayoutItemCollection BootstrapGridViewLayoutItemCollection

MVCxGridViewLayoutItemCollection<ModelType>

MVCxGridViewLayoutItemCollection

See Also

GridViewLayoutItemCollection Members

DevExpress.Web Namespace