DataView Properties
.NET Framework 1.1
The properties of the DataView class are listed here. For a complete list of DataView class members, see the DataView Members topic.
Public Properties
AllowDelete Supported by the .NET Compact Framework. | Sets or gets a value indicating whether deletes are allowed. |
AllowEdit Supported by the .NET Compact Framework. | Gets or sets a value indicating whether edits are allowed. |
AllowNew Supported by the .NET Compact Framework. | Gets or sets a value indicating whether the new rows can be added using the AddNew method. |
ApplyDefaultSort Supported by the .NET Compact Framework. | Gets or sets a value indicating whether to use the default sort. |
Container (inherited from MarshalByValueComponent) | Gets the container for the component. |
Count Supported by the .NET Compact Framework. | Gets the number of records in the DataView after RowFilter and RowStateFilter have been applied. |
DataViewManager Supported by the .NET Compact Framework. | Gets the DataViewManager associated with this view. |
DesignMode (inherited from MarshalByValueComponent) | Gets a value indicating whether the component is currently in design mode. |
Item | Gets a row of data from a specified table.
In C#, this property is the indexer for the DataView class. |
RowFilter Supported by the .NET Compact Framework. | Gets or sets the expression used to filter which rows are viewed in the DataView. |
RowStateFilter Supported by the .NET Compact Framework. | Gets or sets the row state filter used in the DataView. |
Site (inherited from MarshalByValueComponent) | Gets or sets the site of the component. |
Sort Supported by the .NET Compact Framework. | Gets or sets the sort column or columns, and sort order for the DataView. |
Table Supported by the .NET Compact Framework. | Gets or sets the source DataTable. |
Protected Properties
Events (inherited from MarshalByValueComponent) | Gets the list of event handlers that are attached to this component. |
IsOpen Supported by the .NET Compact Framework. | Gets a value indicating whether the data source is currently open and projecting views of data on the DataTable. |
Explicit Interface Implementations
| System.Collections.IList.Item | In C#, this property is the indexer for the DataView class. |
