Skip to main content

LayoutViewCard.Owner Property

Returns the owner of this LayoutViewCard.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override ILayoutControl Owner { get; set; }

Property Value

Type Description
DevExpress.XtraLayout.ILayoutControl

An object that implements the DevExpress.XtraLayout.ILayoutControl interface and owns this LayoutViewCard.

See Also