'Declaration <DescriptionAttribute("Indicates if the node is part of a group.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property Grouped As Boolean
'Usage Dim instance As RadioButtonNode Dim value As Boolean instance.Grouped = value value = instance.Grouped
[Description("Indicates if the node is part of a group.")] [Category("Behavior")] [DefaultValue()] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public bool Grouped {get; set;}