TcxGridCardView.DateTimeHandling Property
Provides a set of options that control the manner in which date/time values are handled in the current Card View.
Declaration
property DateTimeHandling: TcxGridCardViewDateTimeHandling read; write;
Property Value
Type |
---|
TcxGridCardViewDateTimeHandling |
Remarks
Use this property to access settings that determine the manner in which date/time card row values are filtered, and how their values are displayed when filtering is applied. Refer to the description of the TcxGridCardViewDateTimeHandling class for details on available options.
Note
To override the View’s DateTimeHandling.IgnoreTimeForFiltering option for a particular card row, use the card row’s Options.IgnoreTimeForFiltering property.
See Also