ControlPager.UseDefaultWeight Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.