Skip to main content
A newer version of this page is available.

SnapEntity.Active Property

Indicates whether or not the SnapEntity is locked.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

bool Active { get; }

Property Value

Type Description
Boolean

true if the entity is locked; otherwise false.

Remarks

The SnapEntity.Active property becomes enabled after calling the SnapEntity.BeginUpdate method and until the SnapEntity.EndUpdate method is called.

To specify a field for which the SnapEntity.Active property is enabled, use the ISnapFieldOwner.ActiveEntity property.

See Also