DataPager.Attributes プロパティ

定義

DataPager コントロールのカスタム属性の名前と値のペアのコレクションを取得します。

public:
 property System::Web::UI::AttributeCollection ^ Attributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection Attributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Attributes : System.Web.UI.AttributeCollection
Public ReadOnly Property Attributes As AttributeCollection

プロパティ値

AttributeCollection

カスタム属性の名前と値のペアのコレクション。

属性

注釈

コレクションを Attributes 使用して、コントロールの開始タグで宣言されているが、クラスで直接サポートされていない属性名と値の DataPager ペアを管理します。 プログラムを使用して、コレクションに属性を追加または削除できます。

適用対象

こちらもご覧ください