Skip to main content
.NET 6.0+

ContextIdentifiers.Count Property

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

Namespace: DevExpress.Persistent.Validation

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

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