ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockPickerPart Class / PickerState Property

In This Topic
    PickerState Property (C1DockPickerPart)
    In This Topic
    Internal property. Bind it to the Picker property of the same name so that the picker part hides itself when necessary.
    Syntax
    'Declaration
     
    Public Property PickerState As PickerLoadingEventArgs
    public PickerLoadingEventArgs PickerState {get; set;}
    See Also