Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Status Class / IsEdit Property

In This Topic
    IsEdit Property (Status)
    In This Topic
    Indicates whether the object is in edit mode, which is started using the BeginEdit method.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEdit As Boolean
    public bool IsEdit {get;}
    See Also