GridView.CreateChildTable 메서드

정의

새 자식 테이블을 만듭니다.

protected:
 virtual System::Web::UI::WebControls::Table ^ CreateChildTable();
protected virtual System.Web.UI.WebControls.Table CreateChildTable ();
abstract member CreateChildTable : unit -> System.Web.UI.WebControls.Table
override this.CreateChildTable : unit -> System.Web.UI.WebControls.Table
Protected Overridable Function CreateChildTable () As Table

반환

Table

항상 자식 테이블을 나타내는 새 Table을 반환합니다.

설명

CreateChildTable 메서드는 자식 테이블을 만들기 위해 컨트롤에서 GridView 사용하는 도우미 메서드입니다.

적용 대상

추가 정보