Skip to main content
All docs
V25.1
  • CrossTabStyles Class

    Provides the Cross Tab control’s styles.

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public class CrossTabStyles :
        IControlStyles

    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