'Declaration <DescriptionAttribute("Indicates if the grid can be edited.")> <CategoryAttribute("Behavior")> <ApplyToDesignerAttribute(False)> Public Property ReadOnly As Boolean
'Usage Dim instance As GridControl Dim value As Boolean instance.ReadOnly = value value = instance.ReadOnly
[Description("Indicates if the grid can be edited.")] [Category("Behavior")] [ApplyToDesigner(false)] public bool ReadOnly {get; set;}