Skip to main content

TcxPivotGridFieldStyles Class

Represents style settings for a field‘s visual elements.

Declaration

TcxPivotGridFieldStyles = class(
    TcxPivotGridCustomStyles
)

Remarks

This class simply publishes some properties and events inherited from the base class. Refer to the TcxPivotGridCustomStyles class description, to learn more.

The TcxPivotGridFieldStyles object is referenced by a field’s Styles property.

See Also