Skip to main content

GetUniqueValuesEventArgs.Result Property

Gets or sets the result of the get unique values operation (only values).

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public object[] Result { get; set; }

Property Value

Type Description
Object[]

The result of the get unique values operation.

See Also