[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ColumnTagHelper

ColumnTagHelper Class

ITagHelper implementation for Column.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-grid-column")]
[RestrictChildren("c1-flex-grid-cell-template", new string[] { "c1-data-map", "c1-flex-grid-column" })]
public class ColumnTagHelper : ColumnBaseTagHelper<Column>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ColumnTagHelper()

Properties

Name Description
AllowDragging

Configurates AllowDragging. Sets whether the user can move this row or column to a new position with the mouse.

CollectionName

Gets the collection name.

Methods

Name Description
GetObjectInstance(object)

Gets the Column instance.