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 |