Skip to main content
Tab

Collection.Owner Property

Gets the collection’s owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

Declaration

public IWebControlObject Owner { get; }

Property Value

Type Description
DevExpress.Web.Internal.IWebControlObject

An object that is the collection’s owner.

See Also