DataPager.Attributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
属性值
自定义特性名称/值对的集合。
- 属性
注解
Attributes使用 集合可管理在控件的开始标记DataPager中声明但类不直接支持的属性名称/值对。 可以编程方式向集合添加或删除属性。