Skip to main content

DXTabItem.Owner Property

Gets a tab control that owns the tab item.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public ITabControl Owner { get; }

#Property Value

Type Description
DevExpress.Xpf.Core.ITabControl

An object that implements the DevExpress.Xpf.Controls.ITabControl interface, representing the owner tab control.

See Also