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

TdxSpreadSheetValueAction.Value Property

Specifies a value assigned as a Spreadsheet or Report Designer‘s parameter by the current value action object.

#Declaration

Delphi
property Value: Variant read; write;

#Property Value

Type
Variant

#Remarks

Normally, a value picked by an end-user via a TcxBarEditItem UI element within a TdxRibbon or TdxBarManager control, is assigned to the Value property and automatically applied to all selected cells in the currently active Table View worksheet. In order to use a value action object with a custom client control, you need to re-implement the action’s functionality in its OnExecute event handler. Otherwise, executing a value action object via custom client controls has no effect.

For value action object re-implementation examples, refer to the TdxSpreadSheetChangeFillColor, TdxSpreadSheetChangeFontColor, TdxSpreadSheetChangeFontName, and TdxSpreadSheetChangeFontSize class descriptions.

See Also