menu

WinForms

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

    Show / Hide Table of Contents

    Class GridSkins

    Defines a list of in-built skins supported by grid.

    Inheritance
    System.Object
    GridSkins
    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.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class GridSkins

    Constructors

    GridSkins()

    Initializes a new instance of the GridSkins class.

    Declaration
    public GridSkins()

    Methods

    ApplySkin(GridModel, Skins)

    Applies the skin for grid.

    Declaration
    public static void ApplySkin(GridModel gridModel, Skins skin)
    Parameters
    Type Name Description
    GridModel gridModel

    The grid model.

    Skins skin

    The skin to be applied.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved