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

In This Topic
    IsInEditMode Property (C1EditableContentControl)
    In This Topic
    Gets or sets whether the control is in edit mode.
    Syntax
    'Declaration
     
    
    Public Property IsInEditMode As Boolean
    public bool IsInEditMode {get; set;}
    See Also