ControlPager.PageWeight Property

Definition

Returns the optimal weight of a form page. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property int PageWeight { int get(); };
public int PageWeight { get; }
member this.PageWeight : int
Public ReadOnly Property PageWeight As Integer

Property Value

The optimal weight of a form page.

Applies to

See also