alexa

    Show / Hide Table of Contents

    Enum GridBorderWeight

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

    Namespace: Syncfusion.WinForms.DataGrid.Styles
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum GridBorderWeight

    Fields

    Name Description
    ExtraExtraThick

    A line with 3.0 points.

    ExtraThick

    A line with 2.0 points.

    ExtraThin

    A line with 0.25 point.

    Medium

    A line with 1 point.

    Thick

    A line with 1.5 points.

    Thin

    A line with 0.5 point.

    Back to top Generated by DocFX