Skip to main content

TcxCustomTreeList.DateTimeHandling Property

Provides access to the settings that define how the control shows and filters out date/time values.

Declaration

property DateTimeHandling: TcxTreeListDateTimeHandling read; write;

Property Value

Type
TcxTreeListDateTimeHandling

Remarks

Use the DateTimeHandling.DateFormat and DateTimeHandling.HourFormat properties to set custom date and hour formatting patterms. Refer to the TcxTreeListDateTimeHandling and TcxControlOptionsDateTimeHandling class descriptions for detailed information on available options.

See Also