Gets or sets the template that defines the panel that controls the layout of properties.

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

Syntax

C#
public ItemsPanelTemplate PropertiesPanel { get; set; }
Visual Basic
Public Property PropertiesPanel As ItemsPanelTemplate
	Get
	Set

Remarks

This is a dependency property.

See Also