Show / Hide Table of Contents

Property Target

| Improve this Doc View Source

Target

Gets or sets the target DockItem.

Declaration
public object Target { get; set; }
Property Value
Type Description
System.Object

The target DockItem.

Remarks

When saving window layout by calling Save(), the returned object instance of Save() method is set as Target property of DockItemReference. This provides the flexibility that any object instance can be saved for the DockItem.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest