Gets or sets whether the side panel is visible.

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ShowSidePanel { get; set; }
Visual Basic
Public Property ShowSidePanel As Boolean
	Get
	Set
JScript
function get ShowSidePanel () : boolean
function set ShowSidePanel (value : boolean)

See Also