Skip to main content
A newer version of this page is available. .

LayoutControl.SelectParentGroup() Method

Selects the currently selected item’s parent.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public void SelectParentGroup()

Remarks

Layout items can be selected in code via the BaseLayoutItem.Selected property and in Customization mode at runtime. Selected items are painted with a different color than regular items.

The SelectParentGroup method selects the group that displays the currently selected item. If multiple layout items are selected, the SelectParentGroup method selects the parent of the first item in the selected item list. Calling this method is similar to pressing the ESC key in Customization mode.

See Also