Skip to main content

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.v23.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