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

ControlNavigatorButtons.Control Property

Gets the control which is bound to the ControlNavigator.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraEditors.INavigatableControl

An object implementing the INavigatableControl interface which is navigated by the ControlNavigator.

See Also