Skip to main content

TcxSchedulerTimeGridViewStyles Members

Contains style settings for the TimeGrid View.

Constructors

Name Description
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Count Inherited from TcxCustomStyles.
MajorScale Specifies style settings for the major time scale.
MajorScaleUnitSeparator Specifies style settings for the major time scale’s splitter.
MinorScale Specifies style settings for the minor time scale.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Scheduler Provides access to the scheduler control.
SelectionBar Specifies style settings for the time selection bar.
StyleSheet Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles.
TimeGrid Provides access to the TimeGrid View.
Values Inherited from TcxStyles.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetBitmap(Integer) Inherited from TcxStyles.
GetHashCode Inherited from TObject.
GetMajorScaleParams(TDateTime) Returns the TcxViewParams record that contains information about the style attributes of the major time scale.
GetMajorScaleUnitSeparatorParams
GetMinorScaleParams(TDateTime) Returns the TcxViewParams record that contains information about the style attributes of the minor time scale.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetSelectionBarParams(TDateTime) Returns the TcxViewParams record that contains information about the style attributes of the time selection bar.
GetViewParams(Integer,TObject,TcxStyle,TcxViewParams) Inherited from TcxStyles.
IsValidStyleSheet(TcxCustomStyleSheet) Inherited from TcxCustomStyles.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ResetStyles Inherited from TcxCustomStyles.
ToString Inherited from TObject.

Events

Name Description
OnGetMajorScaleParams Fires before the ADateTime major scale unit is drawn when the style information on the unit is being updated.
OnGetMinorScaleParams Fires before the ADateTime minor scale unit is drawn when the style information on the unit is being updated.
OnGetSelectionBarParams Fires before the ADateTime time selection bar unit is drawn when the style information on the unit is being updated.
See Also