Name

DataGridLineStyle

Synopsis

This enumeration specifies whether the data grid has Solid grid lines or None at all.


public enum DataGridLineStyle {

   None = 0,

   Solid = 1

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) DataGridLineStyle

Returned By

DataGrid.GridLineStyle, DataGridTableStyle.GridLineStyle

Passed To

DataGrid.GridLineStyle, DataGridTableStyle.GridLineStyle

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.