Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ToolBar Namespace / CheckTool Class / Grouped Property


In This Topic
    Grouped Property (CheckTool)
    In This Topic
    Gets or sets a boolean value if the tool is part of a group.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicated if the tool is part of a group")>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(True)>
    <LocalizableAttribute(False)>
    Public Property Grouped As Boolean
    'Usage
     
    Dim instance As CheckTool
    Dim value As Boolean
     
    instance.Grouped = value
     
    value = instance.Grouped
    [Description("Indicated if the tool 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 tool is part of a group; false otherwise.
    Remarks

    If the tool is grouped, then it will react in the same manner as a radio button with all the other immediate tools 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