alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RollupType

    The way rollups are calculated

    Inheritance
    System.Object
    RollupType
    Namespace: Syncfusion.ProjIO
    Assembly: Syncfusion.ProjIO.Base.dll
    Syntax
    public sealed class RollupType : Enum

    Fields

    Average

    Declaration
    public const RollupType Average
    Field Value
    Type
    RollupType

    AverageFirstSubLevel

    Declaration
    public const RollupType AverageFirstSubLevel
    Field Value
    Type
    RollupType

    CountAll

    Declaration
    public const RollupType CountAll
    Field Value
    Type
    RollupType

    CountFirstSubLevel

    Declaration
    public const RollupType CountFirstSubLevel
    Field Value
    Type
    RollupType

    CountNonSummaries

    Declaration
    public const RollupType CountNonSummaries
    Field Value
    Type
    RollupType

    Maximum

    Declaration
    public const RollupType Maximum
    Field Value
    Type
    RollupType

    Minimum

    Declaration
    public const RollupType Minimum
    Field Value
    Type
    RollupType

    Sum

    Declaration
    public const RollupType Sum
    Field Value
    Type
    RollupType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved