'Declaration <DescriptionAttribute("Indicates if the content of cells(s) can be edited.")> <CategoryAttribute("Behavior")> Public Property ReadOnly As Boolean
'Usage Dim instance As GridElement Dim value As Boolean instance.ReadOnly = value value = instance.ReadOnly
[Description("Indicates if the content of cells(s) can be edited.")] [Category("Behavior")] public bool ReadOnly {get; set;}