ControlPager.UseDefaultWeight 字段

定义

返回说明是否使用 DefaultWeight 字段的值进行分页的信息。Returns whether to use the value of the DefaultWeight field for pagination. 此字段为只读。This field is read-only. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public: static initonly int UseDefaultWeight;
public static readonly int UseDefaultWeight;
 staticval mutable UseDefaultWeight : int
Public Shared ReadOnly UseDefaultWeight As Integer 

字段值

Int32

注解

ControlPager DefaultWeight 如果需要使用字段以外的其他值 DefaultWeight 作为页面的默认权重,请扩展类并更改此字段和字段。Extend the ControlPager class and change this field and the DefaultWeight field, if you need to use some value other than the DefaultWeight field as the default weight for a page.

适用于