Skip to main content
Tab

CardViewHeaderTemplateContainer.Column Property

Gets the column that contains the template container.

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 uniquely identifies the column that contains the template container.

See Also