Skip to main content
Tag

ColumnBase.RoundDateTimeForColumnFilter Property

Gets or sets whether or not the time portion is ignored when filtering by DateTime values. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public bool RoundDateTimeForColumnFilter { get; set; }

#Property Value

Type Description
Boolean

true to ignore the time portion; otherwise, false.

See Also