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

自訂屬性 (Attribute) 名稱/值組集合。

屬性

備註

Attributes使用 集合來管理在 控制項開頭標記 DataPager 中宣告的屬性名稱/值組,但類別未直接支援。 您可以程式設計方式將屬性加入或移除集合。

適用於

另請參閱