| | 名前 | 解説 |
 | Aggregate | Gets or sets the type of aggregate computed for a grouped row. |
 | AllowFiltering | Gets or sets a value indicating the filter type for the column. |
 | 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. |
 | DataChanged | Gets or sets a value indicating whether data in this column has been modified. |
 | DataField | Gets or sets the database field name for a column. |
 | DataType | Gets or sets the type of object stored 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 a user defined object 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. |
 | Editor | Gets or sets the editor that is used to edit cell data. |
 | EnableDateTimeEditor | Gets or sets a value indicating whether a DateTime picker is used to edit this column. |
 | Expression | Gets or sets the expression for column. |
 | FilterApplyText | Gets or sets the text of Apply button in the filter drop-down list when the FilterMultiSelect property is True. |
 | FilterButtonPicture | Gets or sets the image shown as the column's filter button. |
 | FilterCancelText | Gets or sets the text of Cancel button in the filter drop-down list when the FilterMultiSelect property is True. |
 | FilterCascade | Gets or sets a value indicating that a drop-down list in the filter cell contains list of all values or only visible values of the column. |
 | FilterClearText | Gets or sets the text of Clear button in the filter drop-down list when the FilterMultiSelect property is True. |
 | FilterCount | Gets the number of values in the filter drop-down list. |
 | 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. |
 | FilterDropdownText | Gets or sets the value indicating All when the FilterDropdown property is True. |
 | FilterEscape | Gets or sets the characters that should be ignored when applying the filter criteria to the datasource. |
 | FilterKeys | Gets or sets the key used to initiate the filtering operation as the user types in the filterbar. |
 | FilterMultiSelect | Gets or sets a value indicating whether multiple values can be selected in the filter drop-down list. |
 | FilterOperator | Gets or sets the operator that is used for a filter expression. |
 | FilterSeparator | Gets or sets a character used to separate values in the filter drop-down list when multiple values are selected. |
 | FilterSortType | Gets or sets a value indicating how the drop-down list should be sorted. |
 | FilterText | Gets or sets the data associated with the value of the filter for a column. |
 | FilterWatermark | Specifies the text that is rendered in an empty cell in the Filterbar. |
 | FooterExpression | Gets or sets the expression for column footer. |
 | FooterText | Gets or sets the text displayed in the column footer. |
 | GroupInfo | Gets or sets the GroupInfo associated with this column. |
 | ImeMode | Specifies the ImeMode used to edit 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 bar. |
 | Tag | Gets or sets a user defined objects associated with this column. |
 | Text | Gets or sets the display value for the current cell. |
 | Value | Gets or sets the value of the current cell. |
 | ValueItems | Gets the ValueItems object for this column. |