DevZest WPF Docking
ShowActionSource Property |
Gets or sets the source DockItem.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[DefaultValueAttribute(-1)] public int Source { get; set; }
<DefaultValueAttribute(-1)> Public Property Source As Integer Get Set
Property Value
Type: Int32Int32 that represents the index of source DockItem in DockControl.DockItems. The default value is -1, which represents a null DockItem.
Remarks
When use with ShowAction, this property will be
properly set.
See Also