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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

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