alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridBottomBorderWeight

    Specifies the weight of a header bottom border class. None option is used to Show / hide the bottom border.

    Inheritance
    System.Object
    GridBottomBorderWeight
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class GridBottomBorderWeight : Enum

    Fields

    ExtraExtraThick

    A line with 3.0 points.

    Declaration
    public const GridBottomBorderWeight ExtraExtraThick
    Field Value
    Type
    GridBottomBorderWeight

    ExtraThick

    A line with 2.0 points.

    Declaration
    public const GridBottomBorderWeight ExtraThick
    Field Value
    Type
    GridBottomBorderWeight

    ExtraThin

    A line with 0.25 point.

    Declaration
    public const GridBottomBorderWeight ExtraThin
    Field Value
    Type
    GridBottomBorderWeight

    Medium

    A line with 1 point.

    Declaration
    public const GridBottomBorderWeight Medium
    Field Value
    Type
    GridBottomBorderWeight

    None

    This hide the header bottom border.

    Declaration
    public const GridBottomBorderWeight None
    Field Value
    Type
    GridBottomBorderWeight

    Thick

    A line with 1.5 points.

    Declaration
    public const GridBottomBorderWeight Thick
    Field Value
    Type
    GridBottomBorderWeight

    Thin

    A line with 0.5 point.

    Declaration
    public const GridBottomBorderWeight Thin
    Field Value
    Type
    GridBottomBorderWeight
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved