Bagikan melalui


DataControlFieldHeaderCell.Scope Properti

Definisi

Mendapatkan atau mengatur cakupan sel header dalam tabel HTML.

public:
 virtual property System::Web::UI::WebControls::TableHeaderScope Scope { System::Web::UI::WebControls::TableHeaderScope get(); void set(System::Web::UI::WebControls::TableHeaderScope value); };
public virtual System.Web.UI.WebControls.TableHeaderScope Scope { get; set; }
member this.Scope : System.Web.UI.WebControls.TableHeaderScope with get, set
Public Overridable Property Scope As TableHeaderScope

Nilai Properti

Salah TableHeaderScope satu nilai. Defaultnya adalah NotSet.

Keterangan

Nilai Scope properti dirender sebagai atribut HTML scope oleh DataControlFieldHeaderCell objek . Meskipun properti diinisialisasi Scope ke NotSet, Anda harus mengaturnya ke atau RowColumn , tergantung pada sel yang diwakili header.

Nilai Scope properti disimpan dalam status tampilan.

Berlaku untuk

Lihat juga