ControlNavigator.NavigatableControl Property
Gets or sets the control which is navigated by the ControlNavigator.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraEditors.INavigatableControl | null | An object implementing the INavigatableControl interface which is navigated by the ControlNavigator. |
Remarks
Use this property to bind the navigator to a control. This property can be set to any object that implements the DevExpress.XtraEditors.INavigatableControl interface.
See Also