True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / PictureModifiedRow Property

In This Topic
    PictureModifiedRow Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the Image used in the record selector to indicate the Modified row.
    Syntax
    'Declaration
     
    Public Property PictureModifiedRow As System.Drawing.Image
    public System.Drawing.Image PictureModifiedRow {get; set;}
    See Also