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

TdxSpreadSheetTableItem.CustomSize Property

Returns the current size (in pixels) of the table item if its size was customized.

#Declaration

Delphi
property CustomSize: Integer read;

#Property Value

Type
Integer

#Remarks

You can use the CustomSize property to:

  • Identify whether the default column‘s width or row‘s height values were changed (the CustomSize property returns 0 if the Size property and the table item collection’s DefaultSize property are set to the same value);

  • Identify a custom width or height of the current column or row object, respectively.

Note

As with the Size and TdxSpreadSheetTableItems.DefaultSize properties, the CustomSize property value always corresponds to 96 DPI regardless of the current monitor DPI.

See Also