Back to Devexpress

ContextItem.Name Property

windowsforms-devexpress-dot-utils-dot-contextitem-25d732e2.md

latest1.4 KB
Original Source

ContextItem.Name Property

Gets or sets the current item’s name.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue("")]
[DXCategory("Design")]
public string Name { get; set; }
vb
<DXCategory("Design")>
<DefaultValue("")>
Public Property Name As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the current item’s name.

|

Remarks

The Name property allows you to retrieve the required item by its name in the ContextItemCollection object, accessible using the ContextButtons property of the control that owns the item.

See Also

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace