Gets or sets whether the expander can be expanded and collapsed.

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

Syntax

C#
public bool IsExpandable { get; set; }
Visual Basic
Public Property IsExpandable As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also