DevZest WPF Docking
DockItemIsSelected Property |
Gets a value indicates whether this DockItem is selected. This is a dependency property.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Property Value
Type: Booleanif this DockItem is selected (DockControl.SelectedAutoHideItem or its FirstPane's SelectedItem returns this DockItem), otherwise .
See Also