Objective Grid for Microsoft® .NET® Reference Guide

ActivateFlags Enumeration

Back to Class Index

This enumeration lists cell activation modes.     

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

Remarks

    

ActivateFlags constants are used with the CellActivationMode property on the Param object. A Param object is associated with and can be queried from each GridControl object. The ActivateFlags enumerations specify the manner in which a grid cell is activated.     

    

Members

Member NameDescription
OnDoubleClickactivate control when user double-clicks in the cell.     
OnSetCurrentCellactivate control immediately after moving the current cell.     
OnClickactivate control when user clicks anywhere in the cell.     
OnClickInTextactivate control when user clicks into the text (default setting).     

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