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

TdxRangeControlPredefinedDateTimeScale Members

A scale displayed by the range control employing the Date/Time data range selection and visualization model.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TPersistent,TdxRangeControlDateTimeScaleUnit) Initializes a new instance of the TdxRangeControlPredefinedDateTimeScale class with specified settings.
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

#Properties
Show Inherited Hide Inherited

Name Description
Active
DisplayFormat
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
ScaleUnit Returns the measurement unit used to graduate the date/time scale. Inherited from TdxRangeControlDateTimeScale.
Visible Specifies if the date/time scale is displayed on the range control‘s ruler. Inherited from TdxRangeControlDateTimeScale.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
CeilDate(TDateTime) Rounds the specified date/time value up, to the beginning of the next whole interval equal to the measurement unit used to graduate the scale. Inherited from TdxRangeControlDateTimeScale.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
Equals(TObject) Inherited from TObject.
GetDateInterval(TDateTime,TDateTime) Returns the specified range of date/time values as a fraction of the range control‘s viewport. Inherited from TdxRangeControlDateTimeScale.
GetDefaultDisplayText(TDateTime) Creates a text label for the date/time scale from the specified TDateTime value. Inherited from TdxRangeControlDateTimeScale.
GetDisplayText(TDateTime,Integer) Creates a specifically formatted text label for the date/time scale from the specified TDateTime value. Inherited from TdxRangeControlDateTimeScale.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
IncDate(Double,Int64) Retuns the viewport coordinate of the next date/time value tickmark corresponding to the beginning of the next whole time interval equal to the measurement unit used to graduate the scale. Inherited from TdxRangeControlDateTimeScale.
RoundDate(TDateTime) Rounds the specified date/time value to the beginning of the nearest whole time interval equal to the measurement unit used to graduate the scale. Inherited from TdxRangeControlDateTimeScale.
ToString Inherited from TObject.
TruncDate(TDateTime) Rounds the specified date/time value to the beginning of the current whole time interval equal to the measurement unit used to graduate the scale. Inherited from TdxRangeControlDateTimeScale.
See Also