다음을 통해 공유


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

속성 값

사용자 지정 특성 이름/값 쌍의 컬렉션입니다.

특성

설명

사용 하 여는 Attributes 의 여는 태그에 선언 된 특성 이름/값 쌍을 관리 하는 컬렉션을 DataPager 컨트롤 이지만 하는 클래스에 의해 직접 지원 되지 않습니다. 프로그래밍 방식으로 추가 하거나 컬렉션에 특성을 제거할 수 있습니다.

적용 대상

추가 정보