CustomUniqueValuesEventArgs(ColumnBase, Boolean, Boolean, OperationCompleted, CriteriaOperator) Constructor
In This Article
Initializes a new instance of the CustomUniqueValuesEventArgs class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public CustomUniqueValuesEventArgs(
ColumnBase column,
bool includeFilteredOut,
bool roundDateTime,
OperationCompleted asyncCompleted = null,
CriteriaOperator filter = null
)
#Parameters
Name | Type |
---|---|
column | Column |
include |
Boolean |
round |
Boolean |
#Optional Parameters
Name | Type | Default |
---|---|---|
async |
DevExpress. |
null |
filter | Criteria |
null |
See Also