LayoutControl.AssignNames() Method
Assigns the unique names to the items contained within the LayoutControl.Items collection.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The AssignNames method traverses through the LayoutControl.Items collection and assigns the unique names to the items except the root group.
See Also