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)
abstract ShouldApplyItemContainerStyle : container:DependencyObject * item:Object -> bool override ShouldApplyItemContainerStyle : container:DependencyObject * item:Object -> bool
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: