Table of Contents
ViewId Property

Gets or sets an ID for this DockView.

Syntax
 public String ViewId { get; set; }
Remarks

Use this property and DockContainer.GetViewById method to locate a DockView inside a DockContainer.

See Also