C# |
public virtual INavigatableControl NavigatableControl { get; set; }
|
VB |
Overridable Public Property NavigatableControl As INavigatableControl
|
Property value
Type: INavigatableControl
An object implementing the INavigatableControl interface which is navigated by the ControlNavigator.
The default is null.
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.