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

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

Syntax

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

Remarks

This is a dependency property.

See Also