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