Back to Devexpress

CardViewLayoutItemCollection Class

aspnet-devexpress-dot-web-cb69f58d.md

latest2.4 KB
Original Source

CardViewLayoutItemCollection Class

Represents a collection of layout items and groups within the FormLayout used in the CardView’s edit form.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return CardViewLayoutItemCollection objects:

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection LayoutItemCollection GridLayoutItemCollection CardViewLayoutItemCollection BootstrapCardViewLayoutItemCollection

MVCxCardViewLayoutItemCollection

See Also

CardViewLayoutItemCollection Members

DevExpress.Web Namespace