ASP.NET MVC Controls
ColumnBase Class Members
Properties 

The following tables list the members exposed by ColumnBase.

Public Properties
 NameDescription
Public PropertyAggregateGets or sets the Aggregate to display in the group header rows for this column.  
Public PropertyAlignGets or sets the horizontal alignment of items in this column.  
Public PropertyAllowDraggingGets or sets whether the user can move this row or column to a new position with the mouse.  
Public PropertyAllowMergingGets or sets whether cells in this row or column can be merged.  
Public PropertyAllowResizingGets or sets a value that indicates whether the user can resize the row or column with the mouse.  
Public PropertyAllowSortingGets or sets whether the user can sort this column by clicking its header.  
Public PropertyBindingGets or sets the name of the property this column is bound to.  
Public PropertyCellTemplateGets the cell template in this column.  
Public PropertyCssClassGets or sets a CSS class name to be used when rendering non-header cells in this row or column.  
Public PropertyDataMapGets the DataMap used to convert raw values into display values for the column.  
Public PropertyDataTypeGets or sets the type of value stored in this column.Values are coerced into the proper type when editing the grid.  
Public PropertyDropDownCssClassGets or sets a CSS class name to add to drop-downs in this column.  
Public PropertyFormatGets or sets the format string used to convert raw values into display values for this column (see Globalize).  
Public PropertyHeaderGets or sets the text displayed in the column header.  
Public PropertyInputTypeGets or sets the "type" attribute of the HTML input element used to edit values in this column.  
Public PropertyIsContentHtmlGets or sets whether cells in this row or column contain HTML content rather than plain text.  
Public PropertyIsReadOnlyGets or sets whether cells in this row or column can be edited.  
Public PropertyIsRequiredGets or sets a value that determines whether values in the column are required.  
Public PropertyIsSelectedGets or sets whether this row or column is selected.  
Public PropertyMaskGets or sets a mask to be used while editing values in this column.  
Public PropertyMaxWidthGets or sets the maximum width of this column.  
Public PropertyMinWidthGets or sets the minimum width of this column.  
Public PropertyNameGets or sets the name of this column.  
Public PropertyShowDropDownGets or sets a value indicating whether the grid adds drop-down buttons to the cells in this column.  
Public PropertySortMemberPathGets or sets the name of the property to use when sorting this column.  
Public PropertyVisibleGets or sets whether this row or column is visible.  
Public PropertyWidthGets or sets the width of this column.  
Public PropertyWordWrapGets or sets whether cells in this row or column should wrap their content.  
Top
See Also

Reference

ColumnBase Class
C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback