Name | Description | |
---|---|---|
C1DropDataColumn Constructor | Overloaded. |
The following tables list the members exposed by C1DropDataColumn.
Name | Description | |
---|---|---|
C1DropDataColumn Constructor | Overloaded. |
Name | Description | |
---|---|---|
Aggregate | Gets or sets the type of aggregate computed for a grouped row. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
ButtonPicture | Gets or sets the image shown in a drop-down button in a column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Caption | Gets or sets the text in the column header. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
DataChanged | Gets or sets a value indicating whether data in this column has been modified. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
DataField | Gets or sets the database field name for a column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
DataType | Gets or sets the type of object stored for a column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
DataWidth | Gets or sets the maximum number of characters which may be entered for cells in this column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
DefaultValue | Gets or sets the default value for a column when a new row is added by the grid. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
DropDown | Gets or sets a user defined object associated with this column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
EditMask | Gets or sets the edit mask for a column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
EditMaskUpdate | Gets or sets a value indicating whether literal characters in the edit mask are stored to the underlying data source. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Editor | Gets or sets the editor that is used to edit cell data. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
EnableDateTimeEditor | Gets or sets a value indicating whether a DateTime picker is used to edit this column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Expression | Gets or sets the expression for column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterApplyText | Gets or sets the text of Apply button in the filter drop-down list when the FilterMultiSelect property is True. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterButtonPicture | Gets or sets the image shown as the column's filter button. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterCancelText | Gets or sets the text of Cancel button in the filter drop-down list when the FilterMultiSelect property is True. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
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. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterClearText | Gets or sets the text of Clear button in the filter drop-down list when the FilterMultiSelect property is True. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterCount | Gets the number of values in the filter drop-down list. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
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. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterDropdownText | Gets or sets the value indicating All when the FilterDropdown property is True. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterEscape | Gets or sets the characters that should be ignored when applying the filter criteria to the datasource. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterKeys | Gets or sets the key used to initiate the filtering operation as the user types in the filterbar. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterMultiSelect | Gets or sets a value indicating whether multiple values can be selected in the filter drop-down list. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterOperator | Gets or sets the operator that is used for a filter expression. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterSeparator | Gets or sets a character used to separate values in the filter drop-down list when multiple values are selected. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterSortType | Gets or sets a value indicating how the drop-down list should be sorted. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterText | Gets or sets the data associated with the value of the filter for a column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FilterWatermark | Specifies the text that is rendered in an empty cell in the Filterbar. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FooterExpression | Gets or sets the expression for column footer. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
FooterText | Gets or sets the text displayed in the column footer. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
GroupInfo | Gets or sets the GroupInfo associated with this column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
ImeMode | Specifies the ImeMode used to edit this column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Level | Gets or sets the level of this column in a hierarchical data source. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
NumberFormat | Gets or sets the formatting string for a column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
SortDirection | Gets or sets the state of the sorting glyph in the column caption bar. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Tag | Gets or sets a user defined objects associated with this column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Text | Gets or sets the display value for the current cell. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Value | Gets or sets the value of the current cell. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
ValueItems | Gets the ValueItems object for this column. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) |
Name | Description | |
---|---|---|
CellText | Gets the display value for a cell in a given row. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
CellValue | Gets the cell value for a given row. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Refetch | Repopulate the entire grid from the data source. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
RefetchCell | Overloaded. Repopulates the current cell from the data source. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
Refresh | Invalidate the current column in all visible rows. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
RefreshCell | Overloaded. Invalidates the current cell. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
ResetButtonPicture | Resets ButtonPicture to its default value. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
ResetFilterButtonPicture | Resets FilterButtonPicture to its default value. (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) | |
ToString | (Inherited from C1.Win.C1TrueDBGrid.C1DataColumn) |