menu

WinForms

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

    Show / Hide Table of Contents

    Enum GridBorderStyle

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

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridBorderStyle

    Fields

    Name Description
    DashDot

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

    DashDotDot

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

    Dashed

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

    Dotted

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

    None

    No border is drawn on the cell.

    NotSet

    No edge style is set.

    Solid

    Border style that consists of a solid line: ___________

    Standard

    Sets border as specified in grid property.

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