Allows to freeze one or more columns in the grid

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int FrozenColumnCount { get; set; }
Visual Basic
Public Property FrozenColumnCount As Integer
	Get
	Set
JScript
function get FrozenColumnCount () : int
function set FrozenColumnCount (value : int)

See Also