Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TextEditableContentControl Class / IsInEditMode Property

In This Topic
    IsInEditMode Property (C1TextEditableContentControl)
    In This Topic
    Gets/sets when the control enters in edit mode.
    Syntax
    'Declaration
     
    
    Public Property IsInEditMode As Boolean
    public bool IsInEditMode {get; set;}
    See Also