ItemsControl.ShouldApplyItemContainerStyle(DependencyObject, Object) Метод

Определение

Возвращает значение, указывающее, следует ли применять стиль из свойства ItemContainerStyle или ItemContainerStyleSelector к элементу контейнера указанного элемента.

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

Параметры

container
DependencyObject

Элемент контейнера.

item
Object

Нужный элемент.

Возвращаемое значение

Всегда true для базовой реализации.

Применяется к