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