TypeViewInfo Properties
Contains information about a type that is displayed in the Data Source Wizard when binding to an object data source.| Name | Description |
|---|---|
| ClassType | Indicates the object type. |
| Highlighted | Gets whether a type is highlighted using the HighlightedClassAttribute. |
| Namespace | Gets the name of the namespace containing the current type. |
| Nested | Gets nested types of the current type in the hierarchy displayed on a wizard page. |
| Parent | Gets the parent type of the current type in the hierarchy displayed on a wizard page. |
| TypeFullName | Gets the full name of the current type, which includes its namespace. |
| TypeName | Gets the name of the current type. |
See Also