Skip to main content

ContextIdentifiers.Count Property

Specifies the number of the validation contexts identified by the current ContextIdentifiers.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value specifying the number of the validation contexts identified by the current ContextIdentifiers.

See Also