ComponentOne True DBGrid for WinForms
Design-Time Support / Using the C1TrueDBGrid Designer / C1TrueDBGrid Designer Elements / C1DataColumn Properties
In This Topic
    C1DataColumn Properties
    In This Topic

    The following C1DataColumnCollection object properties are available in the C1TrueDBGrid Designer through the Column tab:

    Property

    Description

    Aggregate

    Gets or sets the type of aggregate computed for a grouped row.

    ButtonPicture

    Gets or sets the image shown in a drop-down button in a column.

    Caption

    Gets or sets the text in the column header.

    DataField

    Gets or sets the database field name for a column.

    DataWidth

    Gets or sets the maximum number of characters which may be entered for cells in this column.

    DefaultValue

    Gets or sets the default value for a column when a new row is added by the grid.

    DropDown

    Gets or sets the C1TrueDBDropDown control associated with this column.

    EditMask

    Gets or sets the edit mask for a column.

    EditMaskUpdate

    Gets or sets a value indicating whether literal characters in the edit mask are stored to the underlying data source.

    EnableDateTimeEditor

    Gets or sets the characters that should be escaped when applying the filter criteria to the data source.

    FilterButtonPicture

    Gets or sets the image show in the filter button for the column.

    FilterDropdown

    Gets or sets a value indicating whether a drop-down list is displayed in the filter cell that lists all the values of the field.

    FilterEscape

    Gets or sets the characters that should be escaped when applying the filter criteria to the data source.

    FilterKeys

    Gets or sets the key used to initiate the filtering operation as the user types in the FilterBar.

    FilterOperator

    Gets or sets the operator that is used for a filter expression.

    FilterText

    Gets or sets the data associated with the value of the filter for a column.

    FooterText

    Gets or sets the text displayed in the column footer.

    GroupInfo

    Gets or sets the GroupInfo associated with this column.

    Level

    Gets or sets the level of this column in a hierarchical data source.

    NumberFormat

    Gets or sets the formatting string for a column.

    SortDirection

    Gets or sets the state of the sorting glyph in the column caption.

    ValueItems

    Gets the ValueItems object for this column.

    See Also