menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConditionalTopNType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConditionalTopNType

    Represents the possible types that defines the values for the Top N conditional formatting evaluation for the PivotTable.

    Inheritance
    System.Object
    ConditionalTopNType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public sealed class ConditionalTopNType : Enum

    Fields

    All

    Represents Top N conditional formatting is evaluated across the entire scope range.

    Declaration
    public const ConditionalTopNType All
    Field Value
    Type
    ConditionalTopNType

    Column

    Represents Top N conditional formatting is evaluated for each column.

    Declaration
    public const ConditionalTopNType Column
    Field Value
    Type
    ConditionalTopNType

    None

    Represents Top N conditional formatting is not evaluated.

    Declaration
    public const ConditionalTopNType None
    Field Value
    Type
    ConditionalTopNType

    Row

    Represents Top N conditional formatting is not evaluated.

    Declaration
    public const ConditionalTopNType Row
    Field Value
    Type
    ConditionalTopNType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved