'Declaration <DescriptionAttribute("The behavior the grid will exhibit if an error occurs.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(True)> Public Property ErrorBehaviors As ErrorBehaviors
'Usage Dim instance As GridControl Dim value As ErrorBehaviors instance.ErrorBehaviors = value value = instance.ErrorBehaviors
[Description("The behavior the grid will exhibit if an error occurs.")] [Category("Behavior")] [ApplyToDesigner(true)] public ErrorBehaviors ErrorBehaviors {get; set;}