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

LayoutControl.AssignNames() Method

Assigns the unique names to the items contained within the LayoutControl.Items collection.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public void AssignNames()

Remarks

The AssignNames method traverses through the LayoutControl.Items collection and assigns the unique names to the items except the root group.

See Also