Defines whether it is possible to collapse groups.
Remarks
Property specifies if user can collapse groups. If property is set to True, a button exists on the control which when clicked collapses groups. If property is set to False, it is not possible to collapse any groups. The default value for this property is True.
Example (MxSpace)
To see the defined Collapsible property on a control (List) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click ArticlesPart.cs. Click the list control displaying articles and open Property Window. See the value False defined in Collapsible property.
To define Collapsible property
- In Solution Explorer open MxPart component (ArticlesPart) which contains control (List) for displaying data.
- Select the desired control (List) on the canvas.
- Open Property Window.
- In section Design in Collapsible property select the desired value (False).
MxPart
GroupMember