True if the selected recipe item should automatically be loaded into the grid.
Namespace: Ico.Recipe.NavigatorAssembly: IcoRecipeNavigator (in IcoRecipeNavigator.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool LoadOnSelect { get; set; } |
| Visual Basic |
|---|
Public Property LoadOnSelect As Boolean Get Set |
| JScript |
|---|
function get LoadOnSelect () : boolean function set LoadOnSelect (value : boolean) |