Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BasePersistableObject Class / IsEdit Property

In This Topic
    IsEdit Property (BasePersistableObject)
    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 System.Boolean
    public System.bool IsEdit {get;}
    See Also