ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1EditableContentControl
    Dim value As Boolean
     
    instance.IsDirty = value
     
    value = instance.IsDirty
    public virtual bool IsDirty {get; set;}
    public:
    virtual property bool IsDirty {
       bool get();
       void set (    bool value);
    }
    See Also