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

CustomUniqueValuesEventArgs.Handled Property

Gets or sets whether to populate the drop-down filter with the specified unique values.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true to populate the drop-down filter with the specified unique values; otherwise, false.

See Also