ComponentCollectionItem.Name Property
Gets or sets the item’s name.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v25.1.dll
NuGet Package: DevExpress.Win
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value representing the name of the item. |
Remarks
Collection objects (Collection class descendants) provide the ability to access items by their names. The Name property is compared to the specified name in such a case.
See Also