Gets or sets the Dock for the side panel.

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

Syntax

C#
public virtual Dock SidePanelDock { get; set; }
Visual Basic
Public Overridable Property SidePanelDock As Dock
	Get
	Set
JScript
function get SidePanelDock () : Dock
function set SidePanelDock (value : Dock)

See Also