ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ConditionalFormat

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    ConditionalFormat
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ConditionalFormat : EJTagHelper

    Constructors

    ConditionalFormat()

    Declaration
    public ConditionalFormat()

    Properties

    CFColor

    Specifies Conditional formatting Highlight Color.

    Declaration
    [HtmlAttributeName("cFColor")]
    public CFColor CFColor { get; set; }
    Property Value
    Type Description
    CFColor

    The default value is CFColor.RedFT

    Format

    Specifies format.

    Declaration
    [HtmlAttributeName("format")]
    public SpreadsheetFormat Format { get; set; }
    Property Value
    Type Description
    SpreadsheetFormat

    The default value is null

    Range

    Specifies Conditional formatting range.

    Declaration
    [HtmlAttributeName("range")]
    public string Range { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Type

    Specifies Conditional formatting Type.

    Declaration
    [HtmlAttributeName("type")]
    public ConditionalFormatType Type { get; set; }
    Property Value
    Type Description
    ConditionalFormatType

    Value

    Specifies Conditional formatting Value.

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

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved