TypeResolvingOptions.BrowseTypeDirectly Property

Definition

Gets or sets a value that indicates whether the TypePresenter control should show the type browser directly when a user tries to select a type.

public:
 property bool BrowseTypeDirectly { bool get(); void set(bool value); };
public bool BrowseTypeDirectly { get; set; }
member this.BrowseTypeDirectly : bool with get, set
Public Property BrowseTypeDirectly As Boolean

Property Value

true if the TypePresenter control should show the type browser directly when a user tries to select a type; otherwise, false.

Applies to