B-Arts DocumentationIndice generale

BPager

Linea B-Arts classica: questa scheda descrive BNetFramework (.NET Framework 4.8). Non usare firme o namespace come se appartenessero al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: BNetFramework.

  • Target: .NET Framework 4.8.

  • Namespace CLR: BArts.BWeb.BControls.

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

  • Tipo: class.

  • Ambito: design-time.

Ruolo

Tipo di supporto al designer. È documentato per completezza, ma normalmente non viene istanziato dal codice applicativo.

Dichiarazione

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

Classe base dichiarata: System.Web.UI.WebControls.Panel.

Interfacce dichiarate: INamingContainer.

Costruttori

Nome Dichiarazione
New Public Sub New()

Proprietà

Nome Dichiarazione
CssPnlLeft <Category("Style"), Bindable(False), DefaultValue(K_CssPnlLeft_DEF), CssClassProperty()> Public Property CssPnlLeft() As String
CssCaption <Category("Style"), Bindable(False), DefaultValue(K_CssCaption_DEF), CssClassProperty()> Public Property CssCaption() As String
CssRowForPage <Category("Style"), Bindable(False), DefaultValue(K_CssRowForPage_DEF), CssClassProperty()> Public Property CssRowForPage() As String
CssPnlNavigator <Category("Style"), Bindable(False), DefaultValue(K_CssPnlNavigator_DEF), CssClassProperty()> Public Property CssPnlNavigator() As String
CssBtnFirst <Category("Style"), Bindable(False), DefaultValue(K_CssBtnFirst_DEF), CssClassProperty()> Public Property CssBtnFirst() As String
CssBtnPervius <Category("Style"), Bindable(False), DefaultValue(K_CssBtnPervius_DEF), CssClassProperty()> Public Property CssBtnPervius() As String
CssBtnNext <Category("Style"), Bindable(False), DefaultValue(K_CssBtnNext_DEF), CssClassProperty()> Public Property CssBtnNext() As String
CssBtnLast <Category("Style"), Bindable(False), DefaultValue(K_CssBtnLast_DEF), CssClassProperty()> Public Property CssBtnLast() As String
CssPnlPagePosition <Category("Style"), Bindable(False), DefaultValue(K_CssPnlPagePosition_DEF), CssClassProperty()> Public Property CssPnlPagePosition() As String
CssPage <Category("Style"), Bindable(False), DefaultValue(K_CssPage_DEF), CssClassProperty()> Public Property CssPage() As String
CssSeparatore <Category("Style"), Bindable(False), DefaultValue(K_CssSeparatore_DEF), CssClassProperty()> Public Property CssSeparatore() As String
CssTotPage <Category("Style"), Bindable(False), DefaultValue(K_CssTotPage_DEF), CssClassProperty()> Public Property CssTotPage() As String
CssPnlRight <Category("Style"), Bindable(False), DefaultValue(K_CssPnlRight_DEF), CssClassProperty()> Public Property CssPnlRight() As String
CssBtnXlsExport <Category("Style"), Bindable(False), DefaultValue(K_CssBtnXlsExport_DEF), CssClassProperty()> Public Property CssBtnXlsExport() As String
CssResult <Category("Style"), Bindable(False), DefaultValue(K_CssResult_DEF), CssClassProperty()> Public Property CssResult() As String
Caption <Category("Option"), Bindable(False), DefaultValue(K_Caption_DEF)> Public Property Caption() As String
Separatore <Category("Option"), Bindable(False), DefaultValue(K_Separatore_DEF)> Public Property Separatore() As String
CaptionResult <Category("Option"), Bindable(False), DefaultValue(K_CaptionResult_DEF)> Public Property CaptionResult() As String
ClearEvent <Category("Option"), Bindable(False), DefaultValue(K_ClearEvent_DEF)> Public Property ClearEvent() As Boolean
PnlNavigator_InverseLoadingOrder <Category("Option"), Bindable(False), DefaultValue(K_PnlNavigator_InverseLoadingOrder_DEF)> Public Property PnlNavigator_InverseLoadingOrder() As Boolean
PnlRight_InverseLoadingOrder <Category("Option"), Bindable(False), DefaultValue(K_PnlRight_InverseLoadingOrder_DEF)> Public Property PnlRight_InverseLoadingOrder() As Boolean
IncludePagePositionIntoNavigator <Category("Option"), Bindable(False), DefaultValue(K_IncludePagePositionIntoNavigator_DEF)> Public Property IncludePagePositionIntoNavigator() As Boolean
PnlLeft_Visible <Category("Option"), Bindable(False), DefaultValue(K_PnlLeft_Visible_DEF)> Public Property PnlLeft_Visible() As Boolean
PnlNavigator_Visible <Category("Option"), Bindable(False), DefaultValue(K_PnlNavigator_Visible_DEF)> Public Property PnlNavigator_Visible() As Boolean
PnlPagePosition_Visible <Category("Option"), Bindable(False), DefaultValue(K_PnlPagePosition_Visible_DEF)> Public Property PnlPagePosition_Visible() As Boolean
PnlRight_Visible <Category("Option"), Bindable(False), DefaultValue(K_PnlRight_Visible_DEF)> Public Property PnlRight_Visible() As Boolean
LstNumRowsForPage <Category("Management"), Bindable(False)> Public Property LstNumRowsForPage() As List(Of Integer)
DefaultRowForPage <Category("Management"), Bindable(False), DefaultValue(K_DefaultRowForPage_DEF)> Public Property DefaultRowForPage() As Integer
RowCount <Category("Management"), Bindable(False), DefaultValue(K_RowCount_DEF)> Public Property RowCount() As Integer
PageIndex <Category("Management"), Bindable(False), DefaultValue(K_PageIndex_DEF)> Public Property PageIndex() As Integer
PageCount <Category("Management"), Bindable(False), DefaultValue(K_PageCount_DEF)> Public Property PageCount() As Integer
BtnExportXls_ClientID Public ReadOnly Property BtnExportXls_ClientID As String

Eventi

Nome Dichiarazione
BeforeChangePage Public Event BeforeChangePage(PageNumber As Integer)
ChangePage Public Event ChangePage()
BeforeChangeNumRowForPage Public Event BeforeChangeNumRowForPage(NumRowForPage As Integer)
ChangeNumRowForPage Public Event ChangeNumRowForPage()
ExportToExcel Public Event ExportToExcel()

Metodi

Nome Dichiarazione
SetPager Public Function SetPager(Count As Integer) As Boolean

Sorgenti verificati

  • WebControls\BPager\BPager.vb

  • WebControls\BPager\BPagerDesigner.vb