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 에 선언되어 있지만 클래스에서 직접 지원하지 않는 특성 이름/값 쌍을 관리합니다. 프로그래밍 방식으로 컬렉션에 특성을 추가하거나 제거할 수 있습니다.

적용 대상

추가 정보