MobileControl.PaginateChildren 속성

정의

컨트롤의 자식 컨트롤에 대해 페이지 매김을 수행할지 여부를 나타내는 값을 가져옵니다. 폼 페이지 매김에 사용합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 virtual property bool PaginateChildren { bool get(); };
protected virtual bool PaginateChildren { get; }
member this.PaginateChildren : bool
Protected Overridable ReadOnly Property PaginateChildren As Boolean

속성 값

컨트롤의 자식에 페이지를 매겨야 하면true 이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보