Objective Grid for Microsoft® .NET® Reference Guide

CmdType Enumeration

Back to Class Index

This enumeration specifies cell, row, and column manipulations in the GridControl class.     

[Visual Basic]
Public Enum CmdType
[C#]
public enum CmdType

Members

Member NameDescription
UndoUndo the last command.     
DoExecute command for the first time.     
RedoRedo the last command.     
RollbackRoll back to the last command.     

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace