ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / ItemDockModeChangedEventArgs Class / Control Property

In This Topic
    Control Property (ItemDockModeChangedEventArgs)
    In This Topic
    Gets the System.Windows.Controls.ItemsControl that is transitioning modes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Control As ItemsControl
    public ItemsControl Control {get;}
    See Also