Xceed SmartUI for WinForms v3.6 Documentation
Welcome to Xceed SmartUI for WinForms v3.6 / Basic Concepts / SmartControls / SmartExplorerTaskPane / Group SmartItem (SmartExplorerTaskPane)
In This Topic
    Group SmartItem (SmartExplorerTaskPane)
    In This Topic

    The Group SmartItem is one of the preferred SmartItems for the SmartExplorerTaskPane SmartControl and is designed to be used as a group.  

    Although the Group SmartItem is the SmartExplorerTaskPane's preferred SmartItem, it can also be used with any other SmartControl.

    Preferred sibling SmartItems

    The following table provides a list of the preferred child SmartItems: 

    Preferred child SmartItem Description
    Task SmartItem Represents a SmartItem designed to be used as a task for the SmartExplorerTaskPane SmartControl.

    Things you should consider

      • Do you want the group to appear collapsed? Set its Expanded property to false. 

      • Do you want the group to appear as a special group? Set its SpecialGroup property to true. 

      • Do you want to prevent a SmartItem from being selected? Set its CanBeSelected property to false. 

      • Do you want to display an image? Set the item's Image or ImageIndex property.