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

LayoutGroup.Clear() Method

Removes the items from the current group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public void Clear()

Remarks

This method removes the items that the current group owns. These items are stored in the LayoutGroup.Items collection.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Clear() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also