CodeCharge Studio All C#.NET VB.NET

Visible Run-Time Property (.NET)

Applies to

Button Control, Label Control, TextBox Control, TextArea Control, Checkbox Control, Image Control, ImageLink Control, DatePicker Control, Hidden Control, Grid Form, ListBox Control, CheckboxList Control, RadioButton Control, Record Form, Sorter Control, EditableGrid Form, Path Control, Directory Form, FileUpload Control, Panel, Calendar

Syntax

C#.NET

public bool Visible{get;set;}

VB.NET

Public Property Visible() As Boolean

Description

If this property is false, the server control is not rendered.

Examples

C#.NET

Grid1Repeater.Visible = false;

VB.NET

Grid1Repeater.Visible = False


On-line, printable versions and updates