Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRangeControlDateTimeScales.Day Property

Provides access to the predefined scale graduated in days.

#Declaration

Delphi
property Day: TdxRangeControlDateTimeScale read; write;

#Property Value

Type
TdxRangeControlDateTimeScale

#Remarks

You can use the Day.Active and Day.Visible properties to switch the “active” status and visibility of the range control‘s predefined scale graduated in days. For the full list of available options, refer to the TdxRangeControlPredefinedDateTimeScale or TdxRangeControlPredefinedDateHeaderScale class description, depending on the date/time selection and visualization model currently employed by the range control.

See Also