Skip to main content
A newer version of this page is available. .
Tab

Collection.Owner Property

Gets or sets the collection’s owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public IWebControlObject Owner { get; }

Property Value

Type Description
DevExpress.Web.Internal.IWebControlObject

A Object instance representing the collection’s owner.

See Also