Skip to main content
Tab

CardViewColumnLayoutItem.Column Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewColumn Column { get; }

Property Value

Type Description
CardViewColumn

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

See Also