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

TcxSchedulerEventImages.AddStandardImage(TcxSchedulerEventImageType,Boolean) Method

Loads a built-in icon into the collection for displaying within the user event‘s rectangle.

#Declaration

Delphi
function AddStandardImage(AImageType: TcxSchedulerEventImageType; AutoHide: Boolean = True): TcxSchedulerEventImageItem;

#Parameters

Name Type
AImageType TcxSchedulerEventImageType
AutoHide Boolean

#Returns

Type
TcxSchedulerEventImageItem

#Remarks

The AddStandardImage method creates a new instance of the icon specified by the AImageType and adds it to the TcxSchedulerEventImages collection. The available types of built-in icons are specified by the TcxSchedulerEventImageType enumeration.

The AImageType parameter specifies which of the user event‘s predefined status the icon represents.

The AutoHide parameter specifies whether the newly created icon is hidden if there isn’t enough space to draw the entire icon.

See Also