DataViewManager Properties
.NET Framework 4.5
The DataViewManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) |
|
DataSet | Gets or sets the DataSet to use with the DataViewManager. |
|
DataViewSettingCollectionString | Gets or sets a value that is used for code persistence. |
|
DataViewSettings | Gets the DataViewSettingCollection for each DataTable in the DataSet. |
|
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.) |
|
Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) |
Top