Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.OptionList Namespace / RadioButtonNode Class / Grouped Property


In This Topic
    Grouped Property (RadioButtonNode)
    In This Topic
    Gets or sets a boolean value if the node is part of a group.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the node is part of a group.")>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    <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(false)]
    [Browsable(true)]
    [MergableProperty(true)]
    [Localizable(false)]
    public bool Grouped {get; set;}

    Property Value

    true if the node is part of a group; false otherwise.
    Remarks

    If the node is grouped, then it will react in the same manner as a radio button with all the other immediate nodes whose Grouped property is set to true.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also