Share via


ActivityDesignerOptionsAttribute.AllowDrillIn 속성

정의

ActivityDesigner에 대한 한 수준 드릴다운을 허용할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

UI 요소에 대한 드릴다운이 허용되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상