alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridBorderStyle

    Defines the constants that specifies the style of a specific cell border in the GridBorder class.

    Inheritance
    System.Object
    GridBorderStyle
    Namespace: Syncfusion.WinForms.DataGrid.Styles
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public sealed class GridBorderStyle : Enum

    Fields

    DashDot

    Border style that consists of a dash and dot line: .._.

    Declaration
    public const GridBorderStyle DashDot
    Field Value
    Type
    GridBorderStyle

    DashDotDot

    Border style that consists of a dash and two dots: ...._..

    Declaration
    public const GridBorderStyle DashDotDot
    Field Value
    Type
    GridBorderStyle

    Dashed

    Border style that consists of a series of dashed lines: --------

    Declaration
    public const GridBorderStyle Dashed
    Field Value
    Type
    GridBorderStyle

    Dotted

    Border style that consists of a dotted line: ...........

    Declaration
    public const GridBorderStyle Dotted
    Field Value
    Type
    GridBorderStyle

    None

    No border is drawn on the cell.

    Declaration
    public const GridBorderStyle None
    Field Value
    Type
    GridBorderStyle

    NotSet

    No edge style is set.

    Declaration
    public const GridBorderStyle NotSet
    Field Value
    Type
    GridBorderStyle

    Solid

    Border style that consists of a solid line: ___________

    Declaration
    public const GridBorderStyle Solid
    Field Value
    Type
    GridBorderStyle

    Standard

    Sets border as specified in grid property.

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