Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ExplorerTaskPane Namespace / Group Class / SpecialGroup Property


In This Topic
    SpecialGroup Property
    In This Topic
    Gets or sets a boolean value indicating if the group is a special group.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the group is a special group.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(False)>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(True)>
    <LocalizableAttribute(False)>
    Public Property SpecialGroup As Boolean
    'Usage
     
    Dim instance As Group
    Dim value As Boolean
     
    instance.SpecialGroup = value
     
    value = instance.SpecialGroup
    [Description("Indicates if the group is a special group.")]
    [Category("Appearance")]
    [DefaultValue(false)]
    [Browsable(true)]
    [MergableProperty(true)]
    [Localizable(false)]
    public bool SpecialGroup {get; set;}

    Property Value

    true if the group is a special group; false otherwise. By default, false.
    Remarks

    A special group is a group that, by default, has a darker header and a larger image. For example, the "My Music" group in Windows Explorer is a special group.

    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