ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1TemplateField Class
Properties Methods

In This Topic
    C1TemplateField Class Members
    In This Topic

    The following tables list the members exposed by C1TemplateField.

    Public Constructors
     NameDescription
    Public ConstructorConstructor. Initializes a new instance of the C1TemplateField class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets text that is rendered as the abbr attribute of the column's header cell. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyCauses the grid to calculate aggregate values on the column and place them in the group header and footer rows. If the grid does not contain any groups, setting the Aggregate property has no effect. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyA value indicating whether the column can be moved. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyA value indicating whether the column can be sized. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets or sets the template for displaying the alternating items in a C1TemplateField object.  
    Public PropertyGets the style of any Web server controls contained by the C1BaseField object. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets or sets a value indicating whether the value that the C1TemplateField object is bound to should be converted to null if it is Empty.  
    Public PropertyGets or sets the name of the field in the database table to which a grid column is bound. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField)
    Public PropertyGets or sets the template to be used when editing an item.  
    Public PropertyGets or sets value that will be used as filter operator when the FilterOperator property is equal to the FilterOperator.Custom value. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField)
    Public PropertyGets or sets a value of the FilterExpression.  
    Public PropertyGets or sets filter operator used for filtering. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField)
    Public PropertyGets the style properties of the filter item. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField)
    Public PropertyGets or sets a value of the currently applied filter. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField)
    Public PropertyGets the style properties of the column footer. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets or sets the template used to show the footer of a C1TemplateField.  
    Public PropertyGets or sets the footer text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets a GroupInfo object that determines whether a column should be grouped on and how the group header and footer rows should be formatted and displayed. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyGets or sets the location of the header image. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets the style properties of the column header. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets or sets the template used to show the header of a C1TemplateField.  
    Public PropertyGets or sets the header text. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyOverridden. Infrastructure.  
    Public PropertyGets the style properties of the item. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyGets or sets the template used to show an item in a C1TemplateField.  
    Public PropertyDetermines whether rows are merged. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyGets or sets value indicating whether filter text box will be shown in the filter row of the C1GridView control or not. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1FilterField)
    Public PropertyGets the direction of the sort. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyGets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1Field)
    Public PropertyReturns the collection of C1GridViewUpdateBinding objects specifying bindings used in the C1GridView.Update method.  
    Public PropertyA value indicating whether column is visible. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Public PropertyDetermines the width of the column. (Inherited from C1.Web.Wijmo.Controls.C1GridView.C1BaseField)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Fills the specified System.Collections.Specialized.IOrderedDictionary object with values from the specified C1GridViewCell object.  
    Top
    See Also