Table of Contents
AutoGenerateItemId Property

Gets or sets a value indicating whether the DockView should automatically generate an ItemId for each DockItem.

Syntax
 public Boolean AutoGenerateItemId { get; set; }
Remarks

When set to true, the DockView automatically generates an unique ItemId for each DockItem.

See Also