Skip to main content

ColumnChooserControlBase.Owner Property

Gets or sets the column chooser's owner.

Namespace: DevExpress.Xpf.Core

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

#Declaration

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

#Property Value

Type Description
DevExpress.Xpf.Core.ILogicalOwner

The owner.

See Also