ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, Object) Método

Definición

Devuelve un valor que indica si se debe aplicar el estilo de la propiedad ItemContainerStyle o ItemContainerStyleSelector al elemento contenedor del elemento especificado.

protected:
 virtual bool ShouldApplyItemContainerStyle(System::Windows::DependencyObject ^ container, System::Object ^ item);
protected virtual bool ShouldApplyItemContainerStyle (System.Windows.DependencyObject container, object item);
abstract member ShouldApplyItemContainerStyle : System.Windows.DependencyObject * obj -> bool
override this.ShouldApplyItemContainerStyle : System.Windows.DependencyObject * obj -> bool
Protected Overridable Function ShouldApplyItemContainerStyle (container As DependencyObject, item As Object) As Boolean

Parámetros

container
DependencyObject

Elemento contenedor.

item
Object

Elemento de interés.

Devoluciones

Siempre true para la implementación base.

Se aplica a