Skip to main content

Appearance

The ExpressPivotGrid provides a number of ways to customize its appearance. These include:

  • Styles – you can apply common style for a group of identical visual elements at once, or specify an individual style for each element.

  • Custom Drawing – every element in the view can be painted manually.

  • Style Sheets – provides a set of the predefined style schemes for all visual elements of the pivot grid (see the Styles.StyleSheet property). In addition to the predefined styles, you can specify your own style scheme and save it in the style repository (see the TcxPropertiesStore) for further using across different applications.

  • The LookAndFeel controller component (see the TcxLookAndFeelController) – allows applying the overall painting scheme for the entire pivot grid control, as well as for other proprietary controls.

See Also