Objective Grid for Microsoft® .NET® Reference Guide

HideCellMode Enumeration

Back to Class Index

This enumeration lists the cell modes.     

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

Members

Member NameDescription
InActiveFrameInActiveFrame: Current cell will only be outlined with a frame when the grid view/window is active (default setting).     
AlwaysCurrent cell will always be hidden and never outlined with a frame.     
NeverCurrent cell will never be hidden and always outlined with a frame.     

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