Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 2.52 KB

designersguide-styling-points-for-xampivotgrid.adoc

File metadata and controls

86 lines (59 loc) · 2.52 KB

Styling Points for xamPivotGrid

Introduction

Using the xamPivo t Grid control to Customize the default look and feel of target types via control properties.

Preview

The following picture identifies the various target types, which are configurable using xamPivotGrid ’s control properties. This allows you to customize those target types associated with this control using your desired style.

xamPivorGrid StylingPoints 1
xamPivorGrid StylingPoints 2
xamPivorGrid StylingPoints 3

xamPivotGrid Styling Properties

The styling properties of the xamPivotGrid control.

Target Type Style Properties Description

PivotRowHeaderCellControl

PivotRowHeaderCellControl.Style

Styles the row header cells in XamPivotGrid control.

PivotColumnHeaderCellControl

PivotColumnHeaderCellControl.Style

Styles the column headers in XamPivotGrid control.

PivotCellControl

PivotCellControl.Style

Styles the cells in XamPivotGrid control.

FiltersFieldDropAreaControl

FiltersFieldDropAreaControl.Style

Styles the area for filtered fields dropped to this area from data selector area or set up in code to display in this area.

ColumnFieldDropAreaControl

ColumnFieldDropAreaControl.Style

Styles the field area for columns dropped to this area from data selector area or set up in code to display in this area.

RowFieldDropAreaControl

RowFieldDropAreaControl.Style

Styles the field area for rows dropped to this area from data selector area or set up in code to display in this area.

MeasureFieldItemControl

MeasureFieldItemControl.Style

Styles the area for measures dropped to this area from data selector area or set up in code to display in this area.

FilterFieldItemControl

FilterFieldItemControl.Style

Styles the area for fields such as: rows or columns dropped to this area from data selector area, or set up in code to display in this area.

Topics

The following topics provide additional information related to this topic.

Topic Purpose

An overview of using the xamPivotGrid control.