'Declaration
<System.ComponentModel.CategoryAttribute("Data Binding")> <System.ComponentModel.DescriptionAttribute("A value indicating whether the data binding is enabled.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property EnableDataBinding As System.Boolean
'Usage
Dim instance As NDataBindingManager Dim value As System.Boolean instance.EnableDataBinding = value value = instance.EnableDataBinding
[System.ComponentModel.Category("Data Binding")] [System.ComponentModel.Description("A value indicating whether the data binding is enabled.")] [System.ComponentModel.DefaultValue(true)] public System.bool EnableDataBinding {get; set;}