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

CrossTabStyles Class

Provides the Cross Tab control’s styles.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class CrossTabStyles :
    IControlStyles

Remarks

You can acces the CrossTabStyles class via the XRCrossTab.CrossTabStyles property.

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

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

Tip

See the XRCrossTab.CrossTabStyles property description for more information about Cross Tab appearance customization.

Inheritance

Object
CrossTabStyles
See Also