Click or drag to resize
HideCellMode Enumeration
The hide cell modes.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum HideCellMode
Members
  Member nameValueDescription
Never0 Current cell will never be hidden and always outlined with a frame.
Always1 Current cell will always be hidden and never outlined with a frame.
InActiveFrame2 Current cell will only be outlined with a frame when the grid view/window is active (default setting).
See Also