| C1.Data.2 Assembly > C1.Data Namespace : C1DataView Class |
The following tables list the members exposed by C1DataView.
| Name | Description | |
|---|---|---|
![]() | C1DataView Constructor | Initializes a new instance of the C1DataView class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | AddNew | Adds a new row to the data view. |
![]() | Contains | Determines whether an element is in the collection. |
![]() | CopyTo | Copies the collection or a portion of it to a one-dimensional array. |
![]() ![]() | CreateChildView | Creates and returns a C1DataView object containing child rows of a parent row. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Delete | Deletes a row from the source table view or table. |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | Find | Overloaded. Finds a row in the data view by the specified sort key value. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | IndexOf | Returns the zero-based index of a given row in the collection. |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Refresh | Overloaded. Refreshes the collection of data view rows. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
| Name | Description | |
|---|---|---|
![]() | CurrentRowChanged | Fired when there are changes in the current row, whatever their cause, resulting from field change, current row change or complete data refresh. (Inherited from C1.Data.BaseDataSourceComponent) |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | GetRows | Used to programmatically specify the list of rows in a data view. |
![]() | PositionChanged | Fired when controls bound to this component change their current row position. (Inherited from C1.Data.BaseDataSourceComponent) |