Group.ShowChildren Property
Gets or sets a value that determines whether child elements of the Group will be returned when the GroupDataSet the group belongs to is being read.
Syntax
public System.Boolean ShowChildren { get; set; }
Property Value
Default: true
True to return child groups and features; otherwise, False.
Remarks
The value of ShowChildren determines which features will be returned when a GroupDataSet is being read. If this property is True and the group intersects the update rectangle then features representing child groups and child features will be returned by the GroupDataSet. If you set it to False you will stop any descendant object, whether they are groups or features, from being returned.
Platforms
Windows, Linux, Android