Class GridRowHeight
Implements the functionalities to manage RowHeights by the GridRowHeightCollection.
Inheritance
System.Object
GridRowHeight
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 GridRowHeight
Constructors
GridRowHeight()
Initializes a new empty instance ofGridRowHeight class.
Declaration
public GridRowHeight()
GridRowHeight(Int32)
Initializes a new instance of GridRowHeight class.
Declaration
public GridRowHeight(int rowIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | Row index. |
GridRowHeight(Int32, Int32)
Initializes a new instance ofGridRowHeight class.
Declaration
public GridRowHeight(int rowIndex, int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | Row index. |
System.Int32 | height | Row height. |
Properties
Height
Gets or sets the row height.
Declaration
public int Height { get; set; }
Property Value
Type |
---|
System.Int32 |
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()