Skip to main content

TcxSchedulerStyles Members

Stores all style settings applied to the scheduler’s elements.

Constructors

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

Properties

Name Description
Background Specifies the scheduler’s background style settings.
Content Specifies the time block’s style settings in the scheduling area and the Date Navigator.
Count Inherited from TcxCustomStyles.
DayHeader Specifies the day header style settings.
Event Specifies the style settings applied to scheduled user events displayed in the scheduling area.
GroupSeparator
HorzSplitter Specifies the horizontal splitter’s style settings.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
ResourceHeader Specifies the resource header’s style settings.
Scheduler Returns the scheduler control to which the Styles are applied.
Selection Specifies the selection style settings.
StyleSheet Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles.
Values Inherited from TcxStyles.
VertSplitter Specifies the vertical splitter’s style settings.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetBackgroundParams Returns the TcxViewParams record containing information about the scheduler control’s background style attributes.
GetBitmap(Integer) Inherited from TcxStyles.
GetContentParams(TDateTime,TcxSchedulerStorageResourceItem)
GetContentParams(TDateTime,Boolean,TcxSchedulerStorageResourceItem) Returns the TcxViewParams record containing information about the time blocks’ style attributes.
GetDayHeaderParams(TDateTime) Returns the TcxViewParams record containing information about the day header’s style attributes.
GetEventContentParams(TcxSchedulerEvent) Returns the TcxViewParams record containing information about the style attributes of the AEvent user event.
GetGroupSeparatorParams Returns the TcxViewParams record containing information about the style attributes of the group separator.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetResourceHeaderParams(TcxSchedulerStorageResourceItem)
GetSelectionParams Returns the TcxViewParams record containing information about the style attributes of highlighted time blocks.
GetSplitterParams(TcxSchedulerSplitterKind) Returns the TcxViewParams record containing information about the AKind splitter’s style attributes.
GetViewParams(Integer,TObject,TcxStyle,TcxViewParams) Inherited from TcxStyles.
IsEventStyleAssigned(TcxSchedulerEvent)
IsValidStyleSheet(TcxCustomStyleSheet) Inherited from TcxCustomStyles.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ResetStyles Inherited from TcxCustomStyles.
ToString Inherited from TObject.

Events

Name Description
OnGetContentStyle Fires before the ADateTime time block is drawn when the styles information about this time block is being updated.
OnGetDayHeaderStyle Fires before the ADate day’s header is drawn when the styles information about the ADate day’s header is being updated.
OnGetEventStyle Fires before the AEvent user event in the scheduling area is drawn when the styles information about this user event is being updated.
OnGetResourceHeaderStyle Fires before the AResource resource’s header in the scheduling area is drawn when the styles information about the AResource resource is being updated.
See Also