DataView Properties
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | AllowDelete | Sets or gets a value that indicates whether deletes are allowed. |
![]() | AllowEdit | Gets or sets a value that indicates whether edits are allowed. |
![]() | AllowNew | Gets or sets a value that indicates whether the new rows can be added by using the AddNew method. |
![]() | ApplyDefaultSort | Gets or sets a value that indicates whether to use the default sort. The default sort is (ascending) by all primary keys as specified by PrimaryKey. |
![]() | Container | Gets the container for the component.(Inherited from MarshalByValueComponent.) |
![]() | Count | Gets the number of records in the DataView after RowFilter and RowStateFilter have been applied. |
![]() | DataViewManager | Gets the DataViewManager associated with this view. |
![]() | DesignMode | Gets a value indicating whether the component is currently in design mode.(Inherited from MarshalByValueComponent.) |
![]() | Events | Gets the list of event handlers that are attached to this component.(Inherited from MarshalByValueComponent.) |
![]() | IsInitialized | Gets a value that indicates whether the component is initialized. |
![]() | IsOpen | Gets a value that indicates whether the data source is currently open and projecting views of data on the DataTable. |
![]() | Item[Int32] | Gets a row of data from a specified table. |
![]() | RowFilter | Gets or sets the expression used to filter which rows are viewed in the DataView. |
![]() | RowStateFilter | Gets or sets the row state filter used in the DataView. |
![]() | Site | Gets or sets the site of the component.(Inherited from MarshalByValueComponent.) |
![]() | Sort | Gets or sets the sort column or columns, and sort order for the DataView. |
![]() | Table | Gets or sets the source DataTable. |



