Property Target
| Improve this Doc View SourceTarget
Gets or sets the target DockItem.
Declaration
public int Target { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | System.Int32 that represents the index of target DockItem in DockItems. The default value is -1, which represents a null DockItem. |