Skip to main content
Version: 3.5

DataGridViewCellStyleScopes

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the scope (the type of object) that owns the cell style.

public enum DataGridViewCellStyleScopes : Enum

Fields

NameDescription
CellThe style is applied to single cell.
ColumnThe style is applied to column.
ColumnHeaderThe style is applied to a column header.
DataGridViewThe style is applied to the data grid control.
NoneThe owning type is not specified.
RowThe style is applied to a row.
RowHeaderThe style is applied to a row header.

Used By

NameDescription
DataGridViewCellStyle.ScopeReturns the scope (the type of object) that owns the cell style.