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

TdxSpreadSheetCustomView Methods
Show Inherited Hide Inherited

The base class for all View classes.
Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones all worksheet redraw operations and related notifications that reflect any content change until an EndUpdate procedure call.
CanEditContainers Identifies if an end-user can create and/or delete floating containers.
EndUpdate Applies all pending changes and redraws the worksheet after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Invalidate Invalidates the Spreadsheet control‘s View area.
InvalidateRect(TRect) Invalidates a specified portion within the Spreadsheet control‘s View area.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also