ControlPager.UseDefaultWeight フィールド

定義

改ページ位置の DefaultWeight フィールドの値を使用するかどうかを返します。 このフィールドは読み取り専用です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

フィールド値

注釈

ページの既定の重みとして DefaultWeight フィールド以外の値を使用する必要がある場合は、ControlPager クラスを拡張し、このフィールドとDefaultWeight フィールドを変更します。

適用対象

こちらもご覧ください