Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ISnapFieldOwner.ActiveEntity Property

    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
    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