Skip to main content

ControlNavigatorButtons.Control Property

Gets the control which is bound to the ControlNavigator.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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