ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TextEditableContentControl Class / IsDirty Property



In This Topic
    IsDirty Property (C1TextEditableContentControl)
    In This Topic
    Get or sets whether the element was edited during edit mode.
    Syntax
    'Declaration
     
    
    Public Overrides Property IsDirty As Boolean
    'Usage
     
    
    Dim instance As C1TextEditableContentControl
    Dim value As Boolean
     
    instance.IsDirty = value
     
    value = instance.IsDirty
    public override bool IsDirty {get; set;}
    public:
    property bool IsDirty {
       bool get() override;
       void set (    bool value) override;
    }
    See Also