ISnapFieldOwner.ActiveEntity Property
Specifies a Snap field for which the SnapEntity.Active property is enabled.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.1.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Property Value
Type | Description |
---|---|
SnapEntity | A SnapEntity object. |
Remarks
After calling the SnapEntity.BeginUpdate method, the SnapEntity.Active property becomes enabled, until the SnapEntity.EndUpdate method is called.
See Also