menu

WinForms

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

    Show / Hide Table of Contents

    Class GridMetroColors

    Implement the SkinCollection for GridMetroColors

    Inheritance
    System.Object
    GridMetroColors
    GridOffice2016ThemeColors
    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
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GridMetroColors

    Constructors

    GridMetroColors()

    Collecction initialize

    Declaration
    public GridMetroColors()

    Properties

    CheckBoxColor

    get / set collection of check box color

    Declaration
    public GridCheckBox CheckBoxColor { get; set; }
    Property Value
    Type
    GridCheckBox

    ComboboxColor

    get/ set combo box color collection

    Declaration
    public GridComboBox ComboboxColor { get; set; }
    Property Value
    Type
    GridComboBox

    GroupDropAreaColor

    get /set grop drop area color

    Declaration
    public GridGroupDropAreaColor GroupDropAreaColor { get; set; }
    Property Value
    Type
    GridGroupDropAreaColor

    HeaderBottomBorderColor

    gets or sets header botom border color

    Declaration
    public Color HeaderBottomBorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    HeaderBottomBorderWeight

    Gets/Sets the header botom border weight.

    Declaration
    public GridBottomBorderWeight HeaderBottomBorderWeight { get; set; }
    Property Value
    Type
    GridBottomBorderWeight

    HeaderColor

    get / set Header color collection

    Declaration
    public GridHeader HeaderColor { get; set; }
    Property Value
    Type
    GridHeader

    HeaderTextColor

    get / set Header text color collection

    Declaration
    public GridHeaderText HeaderTextColor { get; set; }
    Property Value
    Type
    GridHeaderText

    PushButtonColor

    get /set push button color collection

    Declaration
    public GridPushButton PushButtonColor { get; set; }
    Property Value
    Type
    GridPushButton

    RadiobuttonColor

    get or set radio button color collection

    Declaration
    public GridRadioButton RadiobuttonColor { get; set; }
    Property Value
    Type
    GridRadioButton

    SortIconColor

    get / set sort icon color collection

    Declaration
    public GridSortIcon SortIconColor { get; set; }
    Property Value
    Type
    GridSortIcon

    SpinButtonColor

    get / set spin button color collection

    Declaration
    public GridSpinButton SpinButtonColor { get; set; }
    Property Value
    Type
    GridSpinButton
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved