Click or drag to resize
ParamHideCurrentCellMode Property
Gets or sets options for hiding the current cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(HideCellMode), "InActiveFrame")]
public HideCellMode HideCurrentCellMode { get; set; }

Property Value

Type: HideCellMode
  • Never: The current cell will never be hidden and always outlined with a frame.
  • Always: The current cell will always be hidden and never outlined with a frame.
  • InActiveFrame: The current cell will only be outlined with a frame when the grid view/window is active (default setting).
See Also