'Declaration <DescriptionAttribute("The error icon displayed on the row selector when an error occurs in the grid.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property ErrorIcon As Icon
'Usage Dim instance As GridControl Dim value As Icon instance.ErrorIcon = value value = instance.ErrorIcon
[Description("The error icon displayed on the row selector when an error occurs in the grid.")] [Category("Appearance")] [ApplyToDesigner(true)] public Icon ErrorIcon {get; set;}