Back to Devexpress

ContextItemClickEventArgs.ItemInfo Property

windowsforms-devexpress-dot-utils-dot-contextitemclickeventargs-c7d152cb.md

latest1.3 KB
Original Source

ContextItemClickEventArgs.ItemInfo Property

Gets or sets a clicked ContextItem‘s ContextItemViewInfo.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ContextItemViewInfo ItemInfo { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ItemInfo As ContextItemViewInfo

Property Value

TypeDescription
DevExpress.Utils.ContextItemViewInfo

A ContextItem‘s ContextItemViewInfo

|

See Also

ContextItemClickEventArgs Class

ContextItemClickEventArgs Members

DevExpress.Utils Namespace