TypeResolvingOptions.BrowseTypeDirectly 속성

정의

사용자가 형식을 선택하려고 할 때 컨트롤이 형식 브라우저를 직접 표시해야 하는지 여부를 TypePresenter 나타내는 값을 가져오거나 설정합니다.

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

속성 값

true 사용자가 형식을 TypePresenter 선택하려고 할 때 컨트롤이 형식 브라우저를 직접 표시해야 하면 이고, false그렇지 않으면 .

적용 대상