Back to Devexpress

CardViewColumnLayoutItem.Column Property

aspnet-devexpress-dot-web-dot-cardviewcolumnlayoutitem.md

latest1.1 KB
Original Source

CardViewColumnLayoutItem.Column Property

Gets a data column to which the current layout item belongs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewColumn Column { get; }
vb
Public ReadOnly Property Column As CardViewColumn

Property Value

TypeDescription
CardViewColumn

A CardViewColumn object that is a data column associated with the current layout item.

|

See Also

CardViewColumnLayoutItem Class

CardViewColumnLayoutItem Members

DevExpress.Web Namespace