WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowStyles - WindowsForms API Reference | Syncfusion GridRowColEntryCollection objects. ">

    Show / Hide Table of Contents

    Class RowStyles

    Implements hidden entries and row heights of the grid, in GridRowColEntryCollection objects.

    Inheritance
    System.Object
    RowStyles
    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.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 Description
    GridRowColEntryCollection

    RowHeights

    Gets or sets row heights of the grid, in GridRowColEntryCollection objects.

    Declaration
    public GridRowColEntryCollection RowHeights { get; set; }
    Property Value
    Type Description
    GridRowColEntryCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved