Skip to main content

NavigatorButtonsBase.Owner Property

Gets the object that owns this button collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DevExpress.XtraEditors.INavigatorOwner

An object implementing the INavigatorOwner interface to which the button collection belongs.

Remarks

Buttons displayed in the data navigator control are represented by the DataNavigatorButtons object. The Owner property allows you to obtain the object to which the object belongs.

See Also