Objective Grid for Microsoft® .NET® Reference Guide

AllowableCellSelections Class

Back to Class Index

This class enables or disables selecting cells, rows, columns, or the whole table with the keyboard or the mouse.     

For a list of all members of this type, see AllowableCellSelections Members.

System.Object
   AllowableCellSelections

[Visual Basic]
Public Class AllowableCellSelections
[C#]
public class AllowableCellSelections

Remarks

    

An instance of this class is exposed through a property on the Param object associated with a GridControl object. The AllowableCellSelections class embodies the selection types enabled for that GridControl. The selection properties are exposed through this class in order to hierarchically organize them in the designer property grid.     

    

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

AllowableCellSelections Members | Stingray.Grid Namespace