Skip to content

DevExpress-Examples/how-to-customize-cell-styles-via-event-e1872

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to Customize Cell Styles via Event

The following example shows how to customize the appearance of specific cells via the ASPxPivotGrid.CustomCellStyle event.

In this example, custom style settings (the orange background and bold font) are applied to a cell if it meets the following conditions:

-- It belongs to the "Quantity" data field.
-- It's not displayed within total rows or columns.
-- Its value is greater than 50.


Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)