'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether drill down selection is allowed")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowDrillDown As System.Boolean
'Usage
Dim instance As NSelectorTool Dim value As System.Boolean instance.AllowDrillDown = value value = instance.AllowDrillDown
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether drill down selection is allowed")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowDrillDown {get; set;}