Property Index
| Improve this Doc View SourceIndex
Gets or sets the value indicates the position within target Items at which the source DockItem is inserted before.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The zero-based index at which the source DockItem is inserted before. -1 adds source DockItem to the end. The default value is -1. |