B-Arts DocumentationIndice generale

BGridView

Linea B-Arts Legacy: questa scheda descrive BArtsFrameworkNet (.NET Framework 4.7.2). Non usare firme o namespace come se appartenessero alla linea Classic successiva o al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BArtsFrameworkNet.

  • Target: .NET Framework 4.7.2.

  • Namespace CLR: BArts.BWeb.BControls.

  • Nome completo: BArts.BWeb.BControls.BGridView.

  • Tipo: class.

  • Ambito: runtime/interfaccia pubblica.

Ruolo

Tipo pubblico dell'insieme di controlli server ASP.NET Web Forms B-Arts; il contratto seguente descrive la versione Legacy di BGridView.

Dichiarazione

<ToolboxData("<{0}:BGridView runat=server></{0}:BGridView>")> Public Class BGridView

Classe base dichiarata: GridView.

Interfacce dichiarate: IDisposable, INamingContainer.

Proprietà

Nome Dichiarazione
HeaderFixed <Category("Option"), Bindable(False), DefaultValue(K_HeaderFixed_Def)> Public Property HeaderFixed() As Boolean
ScrollHVisible <Category("Option"), Bindable(False), DefaultValue(K_ScrollHVisible_Def)> Public Property ScrollHVisible() As Boolean
AllowRowClick <Category("Option"), Bindable(False), DefaultValue(K_AllowRowClick_Def)> Public Property AllowRowClick() As Boolean
AllowPastFromExcel <Category("Option"), Bindable(False), DefaultValue(K_AllowPastFromExcel_Def)> Public Property AllowPastFromExcel() As Boolean
Log Public Property Log As BLogText
EditIndex Public Overrides Property EditIndex As Integer

Eventi

Nome Dichiarazione
RowClick Public Event RowClick(RowIndex As Integer)
PastedFromExcel Public Event PastedFromExcel(dt As DataTable)

Sorgenti verificati

  • WebControls\BGridView\BGridView.vb