Skip to main content
A newer version of this page is available. .
Tab

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.v19.2.dll

Declaration

public class GridViewLayoutItemCollection :
    GridLayoutItemCollection

The following members return GridViewLayoutItemCollection objects:

Remarks

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

Implements

DevExpress.Utils.IAssignableCollection
See Also