ContextItemCollection.Owner Property
Gets or sets a ContextItemCollection‘s owner. This owner implements IContextItemCollectionOwner.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IContextItemCollectionOwner Owner { get; set; }
Property Value
Type | Description |
---|---|
DevExpress.Utils.IContextItemCollectionOwner | An object that implements the IContextItemCollectionOwner interface. |
See Also