CollectionViewSource::CollectionViewType Property
.NET Framework (current version)
Gets or sets the desired view type.
Assembly: PresentationFramework (in PresentationFramework.dll)
This can be used when you want to create a custom view on top of a collection of a specific type that is different from the default type.
This property may only be set during initialization.
Identifier field | |
Metadata properties set to true | None |
<object CollectionViewType="{x:Type typeName}"/>
- typeName
The name of the Type that is contained by this view. Note the use of the x:Type Markup Extension to specify a type in XAML.
.NET Framework
Available since 3.0
Available since 3.0
Show: