ComponentOne FinancialChart for WPF
IsInEditMode Property



C1.WPF Namespace > C1EditableContentControl Class : IsInEditMode Property
Gets/sets when the control enters in edit mode.
Syntax
'Declaration
 
Public Property IsInEditMode As Boolean
'Usage
 
Dim instance As C1EditableContentControl
Dim value As Boolean
 
instance.IsInEditMode = value
 
value = instance.IsInEditMode
public bool IsInEditMode {get; set;}
public:
property bool IsInEditMode {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1EditableContentControl Class
C1EditableContentControl Members