Skip to main content
A newer version of this page is available. .

XRPivotGridStyles Members

Represents the container of styles which determine the appearance of XRPivotGrid‘s elements.

Constructors

Name Description
XRPivotGridStyles(XRPivotGrid) Initializes a new instance of the XRPivotGridStyles class with the specified owner.

Properties

Name Description
CellStyle Gets or sets a style which is used to print data cells.
CustomTotalCellStyle Gets or sets a style which is used to print custom total cells.
EvenStyle Overrides the XRControlStyles.EvenStyle property to hide it.
FieldHeaderStyle Gets or sets a style which is used to print field headers.
FieldValueGrandTotalStyle Gets or sets a style which is used to print grand total headers.
FieldValueStyle Gets or sets a style which is used to print the values of fields.
FieldValueTotalStyle Gets or sets a style which is used to print the headers of Totals.
FilterSeparatorStyle Gets or sets a style which is used to print the filter header area separator.
GrandTotalCellStyle Gets or sets a style which is used to print Grand Total cells.
HeaderGroupLineStyle Gets or sets a style which is used to print connector lines between field headers combined in a field group.
LinesStyle Gets or sets a style which is used to print the horizontal and vertical lines.
OddStyle Overrides the XRControlStyles.OddStyle property to hide it.
Style Overrides the XRControlStyles.Style property to hide it.
TotalCellStyle Gets or sets a style which is used to print automatic total cells.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also