DataGridViewCellBorderStyle

Wisej.Web.DataGridViewCellBorderStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the border styles that can be applied to the cells of a DataGridView control.

public enum DataGridViewCellBorderStyle : Enum

Fields

NameDescription

Both

Both vertical and horizontal border.

Horizontal

An horizontal border between rows.

None

No borders.

Vertical

A vertical border between columns.

Used By

NameDescription

Returns or sets the cell border style for the DataGridView control.

Returns or sets the border style for the column headers in the DataGridView control.

Last updated