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

TdxSpreadSheetCellStyle.IsDefault Property

Specifies if a cell uses the default style settings.

#Declaration

Delphi
property IsDefault: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Use this property to:

  • Identify if all style settings of a cell match the corresponding default style settings of a spreadsheet control (the IsDefault property returns True if the cell uses the default style; otherwise – False).

  • Restore the cell’s default style settings. Set the IsDefault property to True to accomplish this.

The IsDefault property’s default value is True.

See Also