Skip to main content

NavigatorButtonsBase.OwnerControl Property

Gets the control which owns the current collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Control OwnerControl { get; }

Property Value

Type Description
Control

A Control descendant which represent the control which owns the current collection.

See Also