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

TdxSpreadSheetSelectionElement Enum

Enumerates the visual elements of the worksheet selector rectangles.

#Declaration

Delphi
TdxSpreadSheetSelectionElement = (
    ssseFrame,
    ssseCorners,
    ssseBackground
);

#Members

Name
ssseFrame
ssseCorners
ssseBackground

#Remarks

The list of displayed elements of the selector rectangles, highlighted references, and selected areas includes:

Value

Visual Element Description

Examples

ssseFrame

The frame is the colored outline marking the cell selector rectangles and highlighted references.

The frame always has the same color as its corners. The colors of the highlighted references are determined by the dxSpreadSheetSelectionColors global constant while the cell selector frame’s color can be customized via the SpreadSheet control’s Styles.Selection property.

ssseCorners

The small dot-like marker element located:

  • At the bottom-right corner of the cell selector rectangle;

  • In all four corners of the reference highlight rectangles.

The corner element has the same color as the selector frame to which it belongs. The colors of the highlighted references are determined by the dxSpreadSheetSelectionColors global constant.

ssseBackground

The colored background marking the selected cell range areas. The background has the same color as both the selector rectangle’s frame and corner.

See Also