The properties of the DataView class are listed below. For a complete list of DataView class members, see the DataView Members topic.
AllowDelete | Sets or gets a value indicating whether deletes are allowed. |
AllowEdit | Gets or sets a value indicating whether edits are allowed. |
AllowNew | Gets or sets a value indicating whether the new rows can be added using the AddNew method. |
ApplyDefaultSort | [To be supplied.] |
DataSetView | Gets the DataSetView associated with this DataView. |
Item | Gets a row of data from a specified table.
In C#, this member is the indexer for the DataView class. |
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 (inherited from Component) | Gets or sets the site of the Component. |
Sort | Gets or sets the sort column or columns, and sort order for the table. |
Table | Gets or sets the source DataTable. |
IsOpen | Gets a value indicating whether the data source is currently open and projecting views of data on the DataTable. |