| Group Properties | 
The Group type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Caption | 
            Specifies the the caption of the group.
            Sample value: "Caption string"
             | 
|  | Control | 
            Custom user control to use as a content of the group.
             | 
|  | ControlPath | 
            The path of the custom user control to use as a content of the group (optional).
            Sample value: "~/SampleControl.ascx"
             | 
|  | CssClass | 
            The CSS class to be used for the group.
             | 
|  | SeparatorCssClass | 
            The CSS class to be used for the group separator
             | 
|  | UIElementID | 
            The ID of the UI element to be used to dynamically populate the group with child UI elements (optional).
             | 
 See Also
See Also