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