Skip to main content

ComponentCollectionItem.Name Property

Gets or sets the item’s name.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.1.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public string Name { get; set; }

Property Value

Type Description
String

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