Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CrossTabStyles Class

Provides the Cross Tab control’s styles.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public class CrossTabStyles :
    IControlStyles

The following members return CrossTabStyles objects:

#Remarks

You can use the XRCrossTab.CrossTabStyles property to access the CrossTabStyles class.

Cross Tab Styles Property

Use the CrossTabStyles.GeneralStyle property to specify common appearance settings that apply to all Cross Tab cells.

Cross Tab General Style

Use the CrossTabStyles.HeaderAreaStyle, CrossTabStyles.DataAreaStyle, and CrossTabStyles.TotalAreaStyle properties to customize appearance settings for Cross Tab areas and override the general style settings.

Cross Tab Total Area Style

#Inheritance

Object
CrossTabStyles
See Also