Gets or sets a value indicating whether this instance is row header visible.

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

Syntax

C#
public bool IsRowHeaderVisible { get; }
Visual Basic
Public ReadOnly Property IsRowHeaderVisible As Boolean
	Get
JScript
function get IsRowHeaderVisible () : boolean

Field Value

true if this instance is row header visible; otherwise, false.

See Also