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

ColumnBase.RoundDateTimeForColumnFilter Property

Gets or sets whether to ignore time values when you use the Excel-style Drop-down Filter to filter by DateTime values. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool RoundDateTimeForColumnFilter { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to ignore time values; otherwise, false.

See Also