Click or drag to resize

DataGridViewStyle Enumeration

Specifies the data grid view style.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum DataGridViewStyle
Members
  Member nameValueDescription
List0 Specifies a list grid style.
Sheet1 Specifies a worksheet grid style.
Custom12 Specifies the first custom grid style.
Mixed3 Specifies a mixed set of styles.
See Also