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

TdxSpreadSheetDrawingStage Enum

Enumerates the painting stages of the Spreadsheet control‘s visual elements.

#Declaration

Delphi
TdxSpreadSheetDrawingStage = (
    dsFirst,
    dsSecond
);

#Members

Name
dsFirst
dsSecond

#Remarks

Options include:

Value

Description

Visual Element Example

dsFirst

The dsFirst stage corresponds to the spreadsheet visual elements which should be painted first, including but not limited to, the background, cells, cell borders. The overlapping visual elements should be painted at the second drawing stage.

dsSecond

This dsSecond stage corresponds to the spreadsheet visual elements that should be drawn when the higher priority elements have already been painted. Such elements include, but are not limited to, the floating floating containers, worksheet tabs, selector rectangles, and reference highlights.

See Also