Gets a value indicating whether [allow empty rows].

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

Syntax

C#
public bool AllowEmptyRows { get; internal set; }
Visual Basic
Public Property AllowEmptyRows As Boolean
	Get
	Friend Set
JScript
function get AllowEmptyRows () : boolean
internal function set AllowEmptyRows (value : boolean)

Field Value

true if [allow empty rows]; otherwise, false.

See Also