Click or drag to resize

GridRowGlyph Enumeration

Specifies the grid row glyph.

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 GridRowGlyph
Members
  Member nameValueDescription
None0 Specifies no glyph for the row.
Star1 Specifies a star for showing a dirty row.
Arrow2 Specifies an arrow for the current row.
ArrowStar3 Specifies a star and arrow for a dirty current row.
Pencil4 Specifies a pencil for the line being edited.
See Also