Class RowStyles
Implements hidden entries and row heights of the grid, in GridRowColEntryCollection objects.
Inheritance
System.Object
RowStyles
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)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid.Design
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class RowStyles
Constructors
RowStyles()
Initializes an empty instances of RowStyles class.
Declaration
public RowStyles()
Properties
HiddenRows
Gets or sets hidden row entries of the grid, in GridRowColEntryCollection objects.
Declaration
public GridRowColEntryCollection HiddenRows { get; set; }
Property Value
Type |
---|
GridRowColEntryCollection |
RowHeights
Gets or sets row heights of the grid, in GridRowColEntryCollection objects.
Declaration
public GridRowColEntryCollection RowHeights { get; set; }
Property Value
Type |
---|
GridRowColEntryCollection |