ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Field Class
Properties

In This Topic
    C1Field Class Members
    In This Topic

    The following tables list the members exposed by C1Field.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1Field class.  
    Top
    Public Properties
     NameDescription
    Public PropertyCauses the grid to calculate aggregate values on the column and place them in the group header and footer rows.  
    Public PropertyA value indicating whether the column can be moved. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField)
    Public PropertyA value indicating whether the column can be sized. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField)
    Public PropertyA value indicating whether column can be sorted.  
    Public PropertyFunction used for changing content, style and attributes of the column cells. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField)
    Public PropertyA pattern used for formatting and parsing column values.  
    Public PropertyA value indicating the key of the data field associated with a column.  
    Public PropertyData converter that is able to translate values from a string representation to column data type and back.  
    Public PropertyColumn data type. Used to determine the rules for sorting, grouping, aggregate calculation, and so on.  
    Public PropertyDetermines whether to use the Width option as the real width of the column. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField)
    Public PropertyAn operation set for filtering. Must be either one of the embedded operators or custom filter operator.  
    Public PropertyA value set for filtering.  
    Public PropertyGets or sets the footer text. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField)
    Public PropertyUsing to customize the appearance and position of groups.  
    Public PropertyGets or sets the header text. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField)
    Public PropertyA value indicating the state of the input method editor for text fields.  
    Public PropertyA value indicating whether the cells in the column can be edited.  
    Public PropertyDetermines whether rows are merged.  
    Public PropertyA value indicating whether filter editor will be shown in the filter row.  
    Public PropertyDetermines the sort direction.  
    Public PropertyA value indicating whether null value is allowed during editing.  
    Public PropertyA value indicating whether column is visible. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField)
    Public PropertyDetermines the width of the column. (Inherited from C1.Web.Wijmo.Extenders.C1Grid.C1BaseField)
    Top
    See Also