menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ConditionalFormatSettings

    Inheritance
    System.Object
    ConditionalFormatSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class ConditionalFormatSettings

    Constructors

    ConditionalFormatSettings()

    Declaration
    public ConditionalFormatSettings()

    Properties

    ConditionalOptions

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("condition")]
    public ConditionalOptions ConditionalOptions { get; set; }
    Property Value
    Type Description
    ConditionalOptions

    Measures

    Declaration
    [JsonProperty("measures")]
    public string Measures { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Style

    Declaration
    [JsonProperty("style")]
    public Style Style { get; set; }
    Property Value
    Type Description
    Style

    Value

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved