'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <SRDescriptionAttribute("DataGridNavigationModeDescr")> <SRCategoryAttribute("CatBehavior")> Public Property AllowNavigation As System.Boolean
'Usage
Dim instance As NDataSeriesGrid Dim value As System.Boolean instance.AllowNavigation = value value = instance.AllowNavigation
[System.ComponentModel.DefaultValue(true)] [SRDescription("DataGridNavigationModeDescr")] [SRCategory("CatBehavior")] public System.bool AllowNavigation {get; set;}