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

In This Topic
    PickerState Property (C1DockOuterPicker)
    In This Topic
    Gets or sets the last result of raising the C1DockControl.PickerLoading event. Forward the value to the picker parts so that they hide appropriately.
    Syntax
    'Declaration
     
    Public Property PickerState As PickerLoadingEventArgs
    public PickerLoadingEventArgs PickerState {get; set;}
    See Also