MobileControl::VisibleWeight Property
.NET Framework (current version)
Gets the approximate weight of the control, in characters. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BrowsableAttribute(false)] [BindableAttribute(false)] property int VisibleWeight { virtual int get(); }
This property is used for form pagination. A value of -1 indicates that the default weight for the element must be used. For further information, see Pagination Support.
.NET Framework
Available since 1.1
Available since 1.1
MobileControl Class
System.Web.UI.MobileControls Namespace
Pagination
Pagination Support
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls
Show: