Skip to main content

CustomUniqueValuesEventArgs.Column Property

Gets a column for which the GridControl shows the drop-down filter.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A column for which the GridControl shows the drop-down filter.

See Also