Skip to main content
Row

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

TableStyle Methods

A named table or pivot table style.
Name Description
BeginUpdate() Locks the TableStyle object. Prevents visual updates until the EndUpdate method calls.
Duplicate() Creates a copy of this table or PivotTable style.
Duplicate(String) Creates a copy of this table or PivotTable style and specifies the new style name.
EndUpdate() Unlocks the TableStyle object after you call BeginUpdate. It also causes an immediate visual update.
See Also