Gets or sets the Style applied to all the generated category containers.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public Style CategoryContainerStyle { get; set; }
Visual Basic
Public Property CategoryContainerStyle As Style
	Get
	Set

Remarks

This is a dependency property.

See Also