| C1.Data.Express.2 Assembly > C1.Data.Express Namespace : C1ExpressView Class |
The following tables list the members exposed by C1ExpressView.
| Name | Description | |
|---|---|---|
![]() | C1ExpressView Constructor | Initializes a new instance of the C1ExpressView class. |
| Name | Description | |
|---|---|---|
![]() | AllowAddNew | Gets or sets a value indicating whether adding new rows to this data view is allowed. (Inherited from C1.Data.C1DataView) |
![]() | AllowDelete | Gets or sets a value indicating whether deleting rows from this data view is allowed. (Inherited from C1.Data.C1DataView) |
![]() | 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. (Inherited from C1.Data.C1DataView) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Count | Gets the total number of rows in the data view. (Inherited from C1.Data.C1DataView) |
![]() | DataTable | Gets the data table object which is the source of this data view. (Inherited from C1.Data.C1DataView) |
![]() | DefaultDataView | Gets the C1.Data.C1DataView component with IsDefault = True, if one is connected to this data view. (Inherited from C1.Data.C1DataView) |
![]() | ExpressTable | Gets or sets the source C1ExpressTable component. |
![]() | ExpressTableName | Gets or sets the source C1ExpressTable component name, including components residing in other forms. |
![]() | 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. (Inherited from C1.Data.C1DataView) |
![]() | Item | Gets the row at the specified index in the data view. (Inherited from C1.Data.C1DataView) |
![]() | 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. (Inherited from C1.Data.C1DataView) |
![]() | RowFilter | Gets or sets the expression used to filter rows in the data view. (Inherited from C1.Data.C1DataView) |
![]() | RowStateFilter | Gets or sets the row state filter used in the data view. (Inherited from C1.Data.C1DataView) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Sort | Gets or sets the sort field or fields, and sort order for the data view. (Inherited from C1.Data.C1DataView) |
| Name | Description | |
|---|---|---|
![]() | AddNew | Adds a new row to the data view. (Inherited from C1.Data.C1DataView) |
![]() | Contains | Determines whether an element is in the collection. (Inherited from C1.Data.C1DataView) |
![]() | CopyTo | Copies the collection or a portion of it to a one-dimensional array. (Inherited from C1.Data.C1DataView) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Delete | Deletes a row from the source table view or table. (Inherited from C1.Data.C1DataView) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | Find | Overloaded. Finds a row in the data view by the specified sort key value. (Inherited from C1.Data.C1DataView) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | IndexOf | Returns the zero-based index of a given row in the collection. (Inherited from C1.Data.C1DataView) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Refresh | Overloaded. Refreshes the collection of data view rows. (Inherited from C1.Data.C1DataView) |
![]() | 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. (Inherited from C1.Data.C1DataView) |
![]() | PositionChanged | Fired when controls bound to this component change their current row position. (Inherited from C1.Data.BaseDataSourceComponent) |