Property | Type | Description | |
---|---|---|---|
uxBonusDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxCommissionPctDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxRowguidDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxSalesLastYearDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxSalesPersonBindingSource | System.Windows.Forms.BindingSource | ||
uxSalesPersonDataGridView | System.Windows.Forms.DataGridView | ||
uxSalesPersonErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxSalesPersonIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxSalesQuotaDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxSalesYtdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxTerritoryIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnSalesPersonBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
SalesPersonDataGridViewBase ( ) |
Initializes a new instance of the SalesPersonDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnSalesPersonDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxSalesPersonDataGridView control.
|
|
OnSalesPersonDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxSalesPersonDataGridView control.
|
|
OnSalesPersonDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxSalesPersonDataGridView control.
|
Method | Description | |
---|---|---|
OnSalesPersonBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnSalesPersonDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnSalesPersonDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnSalesPersonDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBonusDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCommissionPctDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesLastYearDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxSalesPersonBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxSalesPersonDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxSalesPersonErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSalesPersonIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesQuotaDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesYtdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |