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

TdxFcItem.Selected Property

Specifies the item selection.

#Declaration

Delphi
property Selected: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

This property allows you to select the chart symbol or connection. You cannot select it if:

  • The Allow parameter is set to False in the OnSelection event handler;

  • The fcoCanSelect flag is not set in the Options property value.

Every control‘s selection change raises the OnSelected and OnSelection events.

See Also