ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / DisableDockFunctionBehavior Property

In This Topic
    DisableDockFunctionBehavior Property (C1DockTabControl)
    In This Topic
    Define the way we disable Dock button in UI
    Syntax
    'Declaration
     
    Public Property DisableDockFunctionBehavior As DisableFeatureBehavior
    public DisableFeatureBehavior DisableDockFunctionBehavior {get; set;}
    See Also