Skip to main content
All docs
V25.1
  • DefaultCrossTabControl Enum

    Lists controls that can be used to display cross-tab data.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public enum DefaultCrossTabControl

    Members

    Name Description
    XRCrossTab

    The XRCrossTab control.

    XRPivotGrid

    The XRPivotGrid control.

    Remarks

    The DefaultCrossTabControl enumeration’s values are used to set the UserDesignerOptions.DefaultCrossTabControl property.

    See Also