Gets or sets the last result of raising the PickerLoading event. Forward the value to the picker parts so that they hide appropriately.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public PickerLoadingEventArgs PickerState { get; set; }
Visual Basic
Public Property PickerState As PickerLoadingEventArgs
	Get
	Set

See Also