|
Options |
Name |
Purpose |
|
+
|
ActivateCurrentRow ()
|
Activates the current grid row during Update/Delete/Copy in a Viewer Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
AddRecord ()
|
Add a new record to the SmartDataSource. The Method CreateRecord of
SmartUpdatableBrowser gets called to Handle this Task.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the AddRecord Tool.
Enforced by Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
AddRecordFromBindingSource ()
|
Ensures the SmartUpdatableBrowser is in AddingRecord mode and the
right fields are enabled etc. after a new row was created by the
BindingSource Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
AddSmartTableIOSource (ISmartTableIOSource)
|
Adds a(nother) SmartTableIOSource to the SmartDataAdapter
instance Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
AfterQueryPositionChangedHandler (Object, EventArgs)
|
Activates the current query row (on add and delete) Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
AfterRetrieveDataCallback (ISmartDataSource)
|
Invoked as a callback from DataAdapter, after Data has been retrieve. Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:AfterRetrieveDataCallback (ISmartDataSource)
|
|
+
|
ApplyGridSettings (character)
|
Applies stored Grid Settings Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
AttachBindingSource (BindingSource)
|
This Method attaches a new BindingSource given as the Parameter
poBindingSource to the Objects of the current Class. The new
BindingSource may be created by a DataAdapter or borrowed from a
Browser.
It is called by the SmartDataAdapter Class when creating a new
BindingSource or when a new SmartDataSource is registered to the
Class implementing the Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
Event handler for the BeginUpdateState event of the data source Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
BindingSourceListChangedHandler (Object, ListChangedEventArgs)
|
Handles the ListChanged event of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
CancelUpdate ()
|
Reverts the changes to the current record.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
Enforced by Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
ClearFilterRow (FilterClearButtonUIElement)
|
Clears the Filter Row Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:ClearFilterRow (FilterClearButtonUIElement)
|
|
#
|
CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
Event handler for the CollectFilterValues event of the ISmartFilterTarget Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
|
+
|
CopyRecord ()
|
Copy the current record to a new one. The Method CreateRecord of
SmartViewerControl gets called to Handle this Task.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
Enforced by Interface ISmartDataTarget. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
CreateRecord (logical)
|
Creates a new record in the viewer.
This Method is called by AddRecord and CopyRecord from the current
Class but may be overridden. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
CreateVerbs ()
|
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
DeleteRecord ()
|
This Method is a dispatcher to call DeleteRow inside of the
SmartDataSource of the current Class.
It is called by the SmartTableIOSources SmartToolbarController or
SmartToolStripContainer if the tool to delete a record is pressed
and by the SmartDataBrowser if the AfterRowsDeleted Event fires. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
DeleteRecord ()
|
Widens access to the DeleteRecord method of the SmartBrowserControl Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
DeregisterBindingSourceEvents ()
|
Deregisters events of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
DeregisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
|
Deregister a SmartDataTarget with the SmartGroupAssignTarget Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
DisableDelKeyUsage ()
|
Disable the usage of the Del key for the entire Grid Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
DisableFields ()
|
Disables the fields of the SmartUpdatableBrowser Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
DisableForUpdate (ISmartDataTarget)
|
Disable the Controls during an Update.
This Method is called by the SmartDataAdapter by a call to
BeginUpdateState () which is defined in the Interface ISmartDataSource. Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:DisableForUpdate (ISmartDataTarget)
|
|
+
|
DisableMultiSelection ()
|
Disables selection of multiple rows in the SmartDataBrowser Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
DisplayError (Error)
|
Display ErrorMessages shows a predefined Error Dialog and is called
from the Method SaveChanges () of the SmartUpdatableBrowser Class. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
DisplayError (Error, character)
|
Display ErrorMessages shows a predefined Error Dialog and is called
from the Method SaveChanges () of the SmartUpdatableBrowser Class. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
DisposedHandler (Object, EventArgs)
|
Event handler for the Disposed event of the SmartBrowserControl Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
EnableAfterUpdate ()
|
Enable the Controls after an Update.
This Method is called by the SmartDataAdapter when setting the
SmartDataSourceState Property to Navigatable.
Enforced by Interface ISmartDataTarget. Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:EnableAfterUpdate ()
|
|
+
|
EnableFields (character)
|
Enable all controls of the SmartUpdatableBrowser. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
EnableFields (character, logical)
|
Enable all controls of the SmartUpdatableBrowser. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
EnableMultiSelection ()
|
Enabels selection of multiple rows in the SmartDataBrowser Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
EnableSmartFilterUserInterface ()
|
Enables te SmartFilter UI Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
Event handler for the EndUpdateState event of the data source Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
EnsureVisible ()
|
Ensures that this SmartUpdatableBrowser is visible Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
EvaluateTableIOState ()
|
Updateable Browsers are not supported by this class but the Method
is enforced by the Interface ISmartDataTarget. Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:EvaluateTableIOState ()
|
|
+
|
CHARACTER ExportToExcel ()
|
Exports the browsers contents to an Excel file using the UltraGrid Excel Exported Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
CHARACTER ExportToExcel (IUltraGridExcelExportParameter)
|
Exports the browsers contents to an Excel file using the UltraGrid Excel Exported Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
Infragistics.Win.UltraWinGrid.UltraGridRow FindFirstChildDataRow (UltraGridGroupByRow)
|
Finds the first child row of a group by row that is a data row Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
FormatColumnFilters ()
|
Assigns the default column filter type for numeric and date columns
to GreaterThanOrEqualTo Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
FormatColumns ()
|
Formats numeric columns (Integer, Decimal).
Invoked from the method InitializeLayoutHandler.
*
All Bands and Columns are processed and if the DisplayStyle has not
been changed in the Visual Designer, Integer and Decimal fields get
formatted according to their datatype. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
FormatGrid ()
|
Formats the Grid Appearance Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
FormatSmartColumns ()
|
Formats special columns supported by the SmartFramework functionality Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
AttributeCollection GetAttributes ()
|
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
CHARACTER GetClassName ()
|
Returns the class name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
CHARACTER GetComponentName ()
|
Returns the name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
TypeConverter GetConverter ()
|
Returns a type converter for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
CHARACTER GetCurrentSettings ()
|
Returns a string with the current Grid settings Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
EventDescriptor GetDefaultEvent ()
|
Returns the default event for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
PropertyDescriptor GetDefaultProperty ()
|
Returns the default property for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
System.Object GetEditor (Type)
|
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
EventDescriptorCollection GetEvents ()
|
Returns the events for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
EventDescriptorCollection GetEvents (Attribute[])
|
Returns the events for this instance of a component using the
specified attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
PropertyDescriptorCollection GetProperties ()
|
Returns the properties for this instance of a component. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
PropertyDescriptorCollection GetProperties (Attribute[])
|
Returns the properties for this instance of a component using the
attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
System.Object GetPropertyOwner (PropertyDescriptor)
|
Returns an object that contains the property described by the
specified property descriptor. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
GetSelectedRowsDataset (dataset-handle)
|
Returns a ProDataset with a copy of the selected rows Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
HandleValidationError (Error)
|
Handles an error raised by validation routines Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
HideNonVisibleColumns ()
|
Hides the non visible Columns from the Grid Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
InitializeColumnFilterOperatorItems ()
|
Initializes the Column Filer Operator DropDown Items Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
InitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
Handle default behaviour of the Grid and apply a default layout.
This Method is called if the InitializeLayout Event of the UltraGrid
is fired. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
LOGICAL IsOkToClose (logical, CloseReason)
|
Check if it is ok to close the parent form. Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:IsOkToClose (logical, CloseReason)
|
|
#
|
CHARACTER LoadSettings ()
|
Loads a browsers column settings from the Registry Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnAddingRecordChanged (EventArgs)
|
Raises the AddingRecordChanged event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterAddRecord (EventArgs)
|
Raises the AfterAddRecord event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterCancelUpdate (EventArgs)
|
Raises the AfterCancelUpdate event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterCellActivate ()
|
Called after a cell is activated Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterCellListCloseUp (CellEventArgs)
|
Raises the AfterCellListCloseUp event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterCellUpdate (CellEventArgs)
|
Raises the AfterCellUpdate event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterCopyRecord (EventArgs)
|
Raises the AfterCopyRecord event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterDeleteRecord (EventArgs)
|
Raises the AfterDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnAfterFieldsEnabled (EventArgs)
|
Raises the AfterFieldsEnabled Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterPerformAction (AfterUltraGridPerformActionEventArgs)
|
Raises the AfterPerformAction event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterRowActivate ()
|
Called after a row is activated Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnAfterRowRegionScroll (RowScrollRegionEventArgs)
|
Raises the OnAfterRowRegionScroll event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnAfterSaveChanges (EventArgs)
|
Raises the AfterSaveChanges event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnBeforeAddRecord (CancelEventArgs)
|
Raises the BeforeAddRecord event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnBeforeCancelUpdate (CancelEventArgs)
|
Raises the BeforeCancelUpdate event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnBeforeCellDeactivate (CancelEventArgs)
|
Called before a cell is deactivated Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnBeforeCopyRecord (CancelEventArgs)
|
Raises the BeforeCopyRecord event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnBeforeDeleteRecord (CancelEventArgs)
|
Raises the BeforeDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnBeforeEnableFields (CancelableEventArgs)
|
Raises the BeforeEnableFields Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnBeforeRowDeactivate (CancelEventArgs)
|
Raises the BeforeRowDeactivate event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnBeforeSaveChanges (CancelEventArgs)
|
Raises the BeforeSaveChanges event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnBeforeSortChange (BeforeSortChangeEventArgs)
|
Raises the BeforeSortChange event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnBeginInit ()
|
Invoked at the beginning of a Containers InitializeComponents
method Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnCellChange (CellEventArgs)
|
Raises the CellChange event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnCopyingRecordChanged (EventArgs)
|
Raises the CopyingRecordChanged Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnCreateControl ()
|
Raises the CreateControl event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnDefaultAction (EventArgs)
|
Raises the DefaultAction event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnDoubleClickRow (DoubleClickRowEventArgs)
|
Raises the DoubleClickRow event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnEndInit ()
|
Invoked at the end of a Containers InitializeComponents method Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:OnEndInit ()
|
|
#
|
OnEnter (EventArgs)
|
Raises the Enter event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnFieldsDisabled (EventArgs)
|
Raises the FieldsDisabled event. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnFieldsEnabled (EventArgs)
|
Raises the FieldsEnabled event. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnGotFocus (EventArgs)
|
Raises the GotFocus event. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnHandleCreated (EventArgs)
|
Raises the HandleCreated event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnInitializeLayout (InitializeLayoutEventArgs)
|
Raises the InitializeLayout event
|
|
#
|
OnKeyDown (KeyEventArgs)
|
Raises the KeyDown Event Overrides Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser:OnKeyDown (KeyEventArgs)
|
|
#
|
OnKeyPress (KeyPressEventArgs)
|
Raises the KeyPress event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnLeave (EventArgs)
|
Raises the Leave event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnMouseUp (MouseEventArgs)
|
Raises the MouseUp event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnMouseWheel (MouseEventArgs)
|
Raises the MouseWheel Event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs)
|
Raises the SmartBrowserListChanged Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnSmartDataBrowserActivated (Object, EventArgs)
|
Raises the SmartDataBrowserActivated event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnSmartFilterActiveChanged (EventArgs)
|
Raises the SmartFilterActiveChanged Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnSmartTableIOSourceChanged (EventArgs)
|
Publishes the SmartGroupAssignSourceChanged event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
OnSmartTableIOStateChanged (SmartTableIOStateChangedEventArgs)
|
Publishes the SmartTableIOStateChanged event Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
OnVerbClicked (character)
|
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
ParentFormClosedHandler (Object, FormClosedEventArgs)
|
Event handler for the FormClosed event of the Parent Form Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
ParentFormDestroyedHandler (Object, EventArgs)
|
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
PerformFilterRow ()
|
Performs the Filter Row Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
PerformLookups ()
|
Performs lookup on the current grid row Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
LOGICAL PromptForSaveValuesOnRowDeactivate ()
|
Prompt the user to save changes when selecting a different row
while editing a row. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
RegisterBindingSourceEvents ()
|
Registers events of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
RegisterDefaultActionSubscriber (IDefaultActionSubscriber)
|
Register a new DefaultActionSubscriber (Class that implements
IDefaultActionSubscriber). Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
RegisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
|
Register a SmartDataTarget with the SmartGroupAssignTarget Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
RemoveSmartTableIOSource (ISmartTableIOSource)
|
Removes a SmartTableIOSource from the SmartDataAdapter
instance Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
RestoreSettings ()
|
Restores the actual browser column settings Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
RestoreValuesForCopy ()
|
Restore the Current Values of all Controls on a SmartViewerControl
and in all SmartGroupAssignTargets. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
ResumeRowSynchronizationAfterReposition ()
|
Resume row syncronization Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
SaveChanges ()
|
Saves the current changes to the database. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
SaveChanges (logical)
|
Saves the current changes to the database. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
LOGICAL SaveChangesOnDeactivateForm (logical)
|
Saves pending changes when a Form is deactivated Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
SaveSettings ()
|
Stores a browsers column settings to the Registry Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
ScrollOffHome ()
|
Fetches the previous batch from the DataSource Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
ScrollToCurrentRow (logical)
|
Scrolls to the BindingSource's position Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
ScrollToCurrentRow (logical, logical)
|
Scrolls to the BindingSource's position Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
ScrollToFirstRow ()
|
Scrolls the Grid to the First Row Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
ScrollToLastRow ()
|
Scrolls the Grid to the Last Row Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
SelectAllRows ()
|
Selects all rows in the Grid Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
SetGridReadOnly ()
|
Set the entire Grid to Read-Only Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
SetModifyingState ()
|
Sets the TableIOState to ModifyingData Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
SetMultiSelection (logical)
|
Enables or Disables multi-selection in the Grid Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
SetOpenedEditorDropDownControl (Control)
|
Sets the Openend Drop Down Editor Control Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
StartEditModeInViewer ()
|
Invokes EnableFields (Update) in a Viewer linked to the same
SmartDataAdapter Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
StoreSettings (character)
|
Stores a browsers column settings to the Registry Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
StoreValuesForCopy ()
|
Store the Current Values of all Controls on a SmartViewerControl
and do the same in all SmartGroupAssignTargets. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
#
|
StoreVisibleGridColumns ()
|
Stores the currently visible columns (of band 0) in the
VisibleGridColumns property Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
SuspendRowSynchronizationForReposition ()
|
Suspends row syncronization Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
TextChangedEventHandler (Object, EventArgs)
|
Initiate switching to the ModifyinData Mode if the user enters data. Inherited from Consultingwerk.SmartComponents.Implementation.SmartUpdatableBrowser
|
|
+
|
UpdateSortIndicator (character)
|
Updates the Sort Indicators of the SmartDataBrowser columns Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|