Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationProvider Class / Icon Property


In This Topic
    Icon Property
    In This Topic
    Gets or sets the icon that will be displayed when a validation error occured.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Icon displayed by default when a validation error is detected.")>
    <CategoryAttribute("Appearance")>
    Public Property Icon As Icon
    'Usage
     
    Dim instance As ValidationProvider
    Dim value As Icon
     
    instance.Icon = value
     
    value = instance.Icon
    [Description("Icon displayed by default when a validation error is detected.")]
    [Category("Appearance")]
    public Icon Icon {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also