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

DXCollectionBase<T>.UniquenessProviderType Property

Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.1.dll

Declaration

[Browsable(false)]
public DXCollectionUniquenessProviderType UniquenessProviderType { get; set; }

Property Value

Type Description
DevExpress.Utils.DXCollectionUniquenessProviderType

A DevExpress.Utils.DXCollectionUniquenessProviderType instance.

Remarks

For internal use only.

See Also