DataViewSetting Properties
.NET Framework 4.5
The DataViewSetting type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplyDefaultSort | Gets or sets a value indicating whether to use the default sort. |
|
DataViewManager | Gets the DataViewManager that contains this DataViewSetting. |
|
RowFilter | Gets or sets the filter to apply in the DataView. See RowFilter for a code sample using RowFilter. |
|
RowStateFilter | Gets or sets a value indicating whether to display Current, Deleted, Modified Current, ModifiedOriginal, New, Original, Unchanged, or no rows in the DataView. |
|
Sort | Gets or sets a value indicating the sort to apply in the DataView. |
|
Table | Gets the DataTable to which the DataViewSetting properties apply. |