Skip to main content
A newer version of this page is available. .

NavigatorButtonsBase.OwnerControl Property

Gets the control which owns the current collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

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