'Declaration <DescriptionAttribute("Indicates if the cell editor should be activated when the cell receives focus.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(True)> Public Property SingleClickEdit As Boolean
'Usage Dim instance As GridControl Dim value As Boolean instance.SingleClickEdit = value value = instance.SingleClickEdit
[Description("Indicates if the cell editor should be activated when the cell receives focus.")] [Category("Behavior")] [ApplyToDesigner(true)] public bool SingleClickEdit {get; set;}