MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1Tag Class / IsInEditMode Property

In This Topic
    IsInEditMode Property
    In This Topic
    Gets or sets a value indicates whether the control enters in edit mode or not.
    Syntax
    'Declaration
     
    
    Public Property IsInEditMode As Boolean
    public bool IsInEditMode {get; set;}
    See Also