Share via


DataRepeaterItem.Visible Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The DataRepeaterItem object is used internally by the DataRepeater control to display data at run time. The settings of the ItemTemplate determine how the data is displayed.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property Visible As Boolean
'Usage
Dim instance As DataRepeaterItem 
Dim value As Boolean 

value = instance.Visible

instance.Visible = value
[BrowsableAttribute(false)]
public bool Visible { get; set; }
[BrowsableAttribute(false)]
public:
property bool Visible {
    bool get ();
    void set (bool value);
}
public function get Visible () : boolean 
public function set Visible (value : boolean)

Property Value

Type: System.Boolean
true if the item is visible; otherwise false.

.NET Framework Security

See Also

Reference

DataRepeaterItem Class

DataRepeaterItem Members

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)