Back to Devexpress

ContextItem.OriginItem Property

windowsforms-devexpress-dot-utils-dot-contextitem-43e6a806.md

latest1.1 KB
Original Source

ContextItem.OriginItem Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

Type
ContextItem

See Also

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace