| C1.Data.2 Assembly > C1.Data Namespace : C1DataView Class |
For a list of all members of this type, see C1DataView members.
| Name | Description | |
|---|---|---|
![]() | AllowAddNew | Gets or sets a value indicating whether adding new rows to this data view is allowed. |
![]() | AllowDelete | Gets or sets a value indicating whether deleting rows from this data view is allowed. |
![]() | AutoRefresh | Gets or sets a value indicating whether the data view is automatically refreshed when one of the following properties changes: TableViewName, TableName, RowFilter, RowStateFilter, Sort. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Count | Gets the total number of rows in the data view. |
![]() | DataSet | Gets the data set object to which the data view belongs. |
![]() | DataTable | Overridden. Gets the data table object which is the source of this data view. |
![]() | DefaultDataView | Gets the C1DataView component with IsDefault = True, if one is connected to this data view. |
![]() | IsDefault | Gets or sets a value indicating whether this component's RowFilter and Sort settings are applied to any binding to the table view in the data set. |
![]() | Item | Gets the row at the specified index in the data view. |
![]() | Position | Gets or sets the current row position for controls bound to this component. (Inherited from C1.Data.BaseDataSourceComponent) |
![]() | ReadOnly | Gets or sets a value indicating whether changes to the rows of this data view are allowed. |
![]() | RowFilter | Gets or sets the expression used to filter rows in the data view. |
![]() | RowStateFilter | Gets or sets the row state filter used in the data view. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Sort | Gets or sets the sort field or fields, and sort order for the data view. |
![]() | Table | Gets the schema C1.Data.SchemaObjects.Table used in the data view, if the TableName property is set. |
![]() | TableName | Gets or sets the name of the source table for this data view. |
![]() | TableView | Gets the schema C1.Data.SchemaObjects.TableView used in the data view, if the TableViewName property is set. |
![]() | TableViewName | Gets or sets the name of the source table view for this data view. |