ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumn Class / DataChanged Property

In This Topic
    DataChanged Property (C1DataColumn)
    In This Topic
    Gets or sets a value indicating whether data in this column has been modified.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataChanged As Boolean
    public bool DataChanged {get;}
    See Also