PowerWEB LiveControls for ASP.NET
Rows Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveListBox Class : Rows Property



Obsolete. Gets the number of rows displayed in the LiveListBox control.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Overrides Property Rows As Integer
Visual Basic (Usage)Copy Code
Dim instance As LiveListBox
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
C# 
[BrowsableAttribute(false)]
public override int Rows {get; set;}
C++/CLI 
[BrowsableAttribute(false)]
public:
property int Rows {
   int get() override;
   void set (    int value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.ListBoxClass.Rows.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.