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