Class AlternateGridBand
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.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class AlternateGridBand : EJTagHelper
Constructors
AlternateGridBand()
Declaration
public AlternateGridBand()
Properties
Even
Gets or sets the property Even of alternate grid band, which provides an option to customize even grid bands.
Declaration
[JsonProperty("even")]
public AlterColor Even { get; set; }
Property Value
Type | Description |
---|---|
AlterColor |
Remarks
Options for customizing even grid band.
Odd
Gets or sets the property Odd of alternate grid band, which provides an option to customize odd grid bands.
Declaration
[JsonProperty("odd")]
public AlterColor Odd { get; set; }
Property Value
Type | Description |
---|---|
AlterColor |
Remarks
Options for customizing odd grid band.
Methods
ShouldSerializeEven()
Declaration
public bool ShouldSerializeEven()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeOdd()
Declaration
public bool ShouldSerializeOdd()
Returns
Type | Description |
---|---|
System.Boolean |