'Declaration <DescriptionAttribute("Indicates the appearance of the grid.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Shadows Property UIStyle As UIStyle
'Usage Dim instance As GridControl Dim value As UIStyle instance.UIStyle = value value = instance.UIStyle
[Description("Indicates the appearance of the grid.")] [Category("Appearance")] [ApplyToDesigner(true)] public new UIStyle UIStyle {get; set;}