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

TcxCustomRadioGroupProperties.DefaultCaption Property

Specifies the display value for a radio group when no item is selected.

#Declaration

Delphi
property DefaultCaption: WideString read; write;

#Property Value

Type
WideString

#Remarks

The DefaultCaption property is used when a radio group serves as an in-place editor. It specifies the display value of the editor when none of the radio buttons within the group are selected. In ExpressQuantumGrid, this display value is used in the following two cases:

  • When exporting grid’s data. Cells of columns that use the radio group editor are exported in the following manner. If a radio button is selected, its caption is written into the destination file (to the corresponding cell of the XLS file, for instance). If none of buttons are selected, the DefaultCaption property value is written to the corresponding cell of the target file.

  • When using filter dropdowns for columns. The DefaultCaption property value is displayed within the filter dropdown of columns that use radio groups. When clicking this item, the grid displays only those records which have no radio buttons selected in the corresponding column.

See Also