TcxCustomVerticalGrid.DateTimeHandling Property
Provides access to the settings that define how the control shows and filters out date/time values.
Declaration
property DateTimeHandling: TcxVerticalGridDateTimeHandling read; write;
Property Value
Type |
---|
TcxVerticalGridDateTimeHandling |
Remarks
Use the DateTimeHandling.DateFormat and DateTimeHandling.HourFormat properties to set custom date and hour formatting patterns. Refer to the TcxVerticalGridDateTimeHandling and TcxControlOptionsDateTimeHandling class descriptions for detailed information on available options.
See Also