ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnTagHelper Class
Properties Methods


In This Topic
    ColumnTagHelper Class Members
    In This Topic

    The following tables list the members exposed by ColumnTagHelper.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Aggregate. Sets the Aggregate to display in the group header rows for this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Align. Sets the horizontal alignment of items in this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyOverridden. Configurates C1.Web.Mvc.Column.AllowDragging. Sets whether the user can move this row or column to a new position with the mouse.  
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.AllowMerging. Sets whether cells in this row or column can be merged. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.AllowResizing. Sets a value that indicates whether the user can resize the row or column with the mouse. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.AllowSorting. Sets whether the user can sort this column by clicking its header. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Binding. Sets the name of the property this column is bound to. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.CollapseTo. Sets the binding of the child column that should remain visible when the group is collapsed. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.CssClass. Sets a CSS class name to be used when rendering non-header cells in this row or column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.CssClassAll. Sets a CSS class name to use when rendering all cells (data and headers) in the column or row. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.DataMapEditor. Sets a value that indicates the type of editor to use when editing data-mapped cells in this column or row. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.DataType. Sets the type of value stored in this column.Values are coerced into the proper type when editing the grid. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.DropDownCssClass. Sets a CSS class name to add to drop-downs in this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Editor. Sets a reference to an input control to be used as a custom cell editor for this. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Format. Sets the format string used to convert raw values into display values for this column (see Globalize). (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Header. Sets the text displayed in the column header. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.InputType. Sets the "type" attribute of the HTML input element used to edit values in this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.IsCollapsed. Sets whether column group is collapse. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.IsContentHtml. Sets whether cells in this row or column contain HTML content rather than plain text. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.IsReadOnly. Sets whether cells in this row or column can be edited. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.IsRequired. Sets a value that determines whether values in the column are required. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.IsSelected. Sets whether this row or column is selected. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Mask. Sets a mask to be used while editing values in this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.MaxLength. Sets the maximum number of characters that the can be entered into the cell. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.MaxWidth. Sets the maximum width of this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.MinWidth. Sets the minimum width of this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.MultiLine. Sets a value that indicates whether the content of cells in this row or column should wrap at new line characters (\n). (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Name. Sets the name of this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.QuickAutoSize. Sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.SortMemberPath. Sets the name of the property to use when sorting this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Template. Sets a template string to be used for generating the HTML content of data cells in this Column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.TemplateFunction. Sets a template function to be used for generating the HTML content of data cells in this Column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Visible. Sets whether this row or column is visible. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.Width. Sets the width of this column. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Public PropertyConfigurates C1.Web.Mvc.ColumnBase.WordWrap. Sets whether cells in this row or column should wrap their content. (Inherited from C1.Web.Mvc.TagHelpers.ColumnBaseTagHelper<Column>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Gets the C1.Web.Mvc.Column instance.  
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Top
    See Also