Skip to main content
All docs
V25.1
  • DataSourceColumnBinding(String, FieldGroupInterval) Constructor

    Initializes a new instance of the DataSourceColumnBinding class with specified settings.

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public DataSourceColumnBinding(
        string columnName,
        FieldGroupInterval groupInterval
    )

    Parameters

    Name Type
    columnName String
    groupInterval FieldGroupInterval
    See Also