Click or drag to resize
StoreHideColEventArgsHide Property
Gets or sets whether to show or hide the column.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool Hide { get; set; }

Property Value

Type: Boolean
rue hides the column; false shows it.
See Also