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

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
bool IsVisible { get; set; }
Visual Basic
Property IsVisible As Boolean
	Get
	Set
JScript
function get IsVisible () : boolean
function set IsVisible (value : boolean)

Field Value

true if this instance is visible; otherwise, false.

See Also