menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRowHidden - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridRowHidden

    Implements the functionalities to manage RowHiddens by the GridRowHiddenCollection.

    Inheritance
    System.Object
    GridRowHidden
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridRowHidden

    Constructors

    GridRowHidden()

    Initializes a new empty instance ofGridRowHidden.

    Declaration
    public GridRowHidden()

    GridRowHidden(Int32)

    Initializes a new instance ofGridRowHidden.

    Declaration
    public GridRowHidden(int rowIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex

    Row index.

    Properties

    RowIndex

    Gets or sets the RowIndex.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string that represents the current object.

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved