ControlPager.UseDefaultWeight Field

Definition

Returns whether to use the value of the DefaultWeight field for pagination. This field is read-only. This API is obsolete. 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 

Field Value

Remarks

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.

Applies to

See also