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 中声明的属性名称/值对,但类不支持这些属性名称/值对。 可以通过编程方式向集合添加或删除属性。

适用于

另请参阅