The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ItemsControl::ShouldApplyItemContainerStyle Method (DependencyObject^, Object^)
.NET Framework (current version)
Returns a value that indicates whether to apply the style from the ItemContainerStyle or ItemContainerStyleSelector property to the container element of the specified item.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual bool ShouldApplyItemContainerStyle( DependencyObject^ container, Object^ item )
Parameters
- container
-
Type:
System.Windows::DependencyObject^
The container element.
- item
-
Type:
System::Object^
The item of interest.
.NET Framework
Available since 3.0
Available since 3.0
Show: