ItemsControl.ItemContainerStyleProperty Property

Definition

Identifies the ItemContainerStyle dependency property.

public:
 static property DependencyProperty ^ ItemContainerStyleProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemContainerStyleProperty();
public static DependencyProperty ItemContainerStyleProperty { get; }
var dependencyProperty = ItemsControl.itemContainerStyleProperty;
Public Shared ReadOnly Property ItemContainerStyleProperty As DependencyProperty

Property Value

The identifier for the ItemContainerStyle dependency property.

Applies to