Back to Devexpress

ComponentCollectionItem.Name Property

windowsforms-devexpress-dot-xtranavbar-dot-componentcollectionitem.md

latest1.7 KB
Original Source

ComponentCollectionItem.Name Property

Gets or sets the item’s name.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public string Name { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
<DefaultValue("")>
Public Property Name As String

Property Value

TypeDefaultDescription
StringString.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

NavGroupCollection.Item*

NavItemCollection.Item*

ComponentCollectionItem Class

ComponentCollectionItem Members

DevExpress.XtraNavBar Namespace