ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1EditableContentControl Class / IsDirty Property

In This Topic
    IsDirty Property (C1EditableContentControl)
    In This Topic
    Get or sets whether the element was edited during edit mode.
    Syntax
    'Declaration
     
    
    Public Overridable Property IsDirty As Boolean
    public virtual bool IsDirty {get; set;}
    See Also