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

ISnapFieldOwner.ActiveEntity Property

Specifies a Snap field for which the SnapEntity.Active property is enabled.

Namespace: DevExpress.Snap.Core.API

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

Declaration

SnapEntity ActiveEntity { get; }

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