menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class AlternateGridBand

    Inheritance
    System.Object
    EJTagHelper
    AlternateGridBand
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved