Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / RowSelectorPane Class / ErrorImageIndex Property


In This Topic
    ErrorImageIndex Property (RowSelectorPane)
    In This Topic
    Gets or sets the index of the image displayed when a Row contains an error.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Gets or sets the index of the image displayed when a row contains an error.")>
    <CategoryAttribute("Appearance")>
    <AmbientValueAttribute(-2147483648)>
    <LocalizableAttribute(True)>
    <TypeConverterAttribute("Xceed.Grid.Design.RowSelectorPaneImageIndexConverter,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
    Public Property ErrorImageIndex As Integer
    'Usage
     
    Dim instance As RowSelectorPane
    Dim value As Integer
     
    instance.ErrorImageIndex = value
     
    value = instance.ErrorImageIndex
    [Description("Gets or sets the index of the image displayed when a row contains an error.")]
    [Category("Appearance")]
    [AmbientValue(-2147483648)]
    [Localizable(true)]
    [TypeConverter("Xceed.Grid.Design.RowSelectorPaneImageIndexConverter,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
    public int ErrorImageIndex {get; set;}

    Property Value

    A value representing the index of the image displayed when a Row contains an error.
    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