|
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.
|
|
+
|
AddRecordFromBindingSource ()
|
Ensures the SmartUpdatableBrowser is in AddingRecord mode and the
right fields are enabled etc. after a new row was created by the
BindingSource
|
|
+
|
AddSmartTableIOSource (ISmartTableIOSource)
|
Adds a(nother) SmartTableIOSource to the SmartDataAdapter
instance
|
|
#
|
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.
|
|
#
|
ClearFilterRow (FilterClearButtonUIElement)
|
Clears the Filter Row Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser: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.
|
|
#
|
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.
|
|
#
|
CreateVerbs ()
|
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
DeleteRecord ()
|
Widens access to the DeleteRecord method of the SmartBrowserControl
|
|
#
|
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
|
|
#
|
DeregisterBindingSourceEvents ()
|
Deregisters events of the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
+
|
DeregisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
|
Deregister a SmartDataTarget with the SmartGroupAssignTarget
|
|
+
|
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
|
|
#
|
DisableForUpdate (ISmartDataTarget)
|
Disable the Controls during an Update. Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser: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.
|
|
#
|
DisplayError (Error, character)
|
Display ErrorMessages shows a predefined Error Dialog and is called
from the Method SaveChanges () of the SmartUpdatableBrowser Class.
|
|
#
|
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.Base.SmartBrowserControl:EnableAfterUpdate ()
|
|
+
|
EnableFields (character)
|
Enable all controls of the SmartUpdatableBrowser.
|
|
#
|
EnableFields (character, logical)
|
Enable all controls of the 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
|
|
+
|
EvaluateTableIOState ()
|
This Method sets the Property SmartTableIOState to a value according
to the SmartDataSources state of the current class. Possible values
for SmartTableIOState are defined in the TableIOStateEnum. Overrides Consultingwerk.SmartComponents.Base.SmartBrowserControl: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
|
|
#
|
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
|
|
#
|
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.Base.SmartBrowserControl: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
|
|
#
|
OnAfterAddRecord (EventArgs)
|
Raises the AfterAddRecord event
|
|
#
|
OnAfterCancelUpdate (EventArgs)
|
Raises the AfterCancelUpdate event
|
|
#
|
OnAfterCellActivate ()
|
Called after a cell is activated
|
|
#
|
OnAfterCellListCloseUp (CellEventArgs)
|
Raises the AfterCellListCloseUp event
|
|
#
|
OnAfterCellUpdate (CellEventArgs)
|
Raises the AfterCellUpdate event
|
|
#
|
OnAfterCopyRecord (EventArgs)
|
Raises the AfterCopyRecord event
|
|
#
|
OnAfterDeleteRecord (EventArgs)
|
Raises the AfterDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnAfterFieldsEnabled (EventArgs)
|
Raises the AfterFieldsEnabled
|
|
#
|
OnAfterPerformAction (AfterUltraGridPerformActionEventArgs)
|
Raises the AfterPerformAction event
|
|
#
|
OnAfterRowActivate ()
|
Called after a row is activated
|
|
#
|
OnAfterRowRegionScroll (RowScrollRegionEventArgs)
|
Raises the OnAfterRowRegionScroll event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnAfterSaveChanges (EventArgs)
|
Raises the AfterSaveChanges event
|
|
#
|
OnBeforeAddRecord (CancelEventArgs)
|
Raises the BeforeAddRecord event
|
|
#
|
OnBeforeCancelUpdate (CancelEventArgs)
|
Raises the BeforeCancelUpdate event
|
|
#
|
OnBeforeCellDeactivate (CancelEventArgs)
|
Called before a cell is deactivated
|
|
#
|
OnBeforeCopyRecord (CancelEventArgs)
|
Raises the BeforeCopyRecord event
|
|
#
|
OnBeforeDeleteRecord (CancelEventArgs)
|
Raises the BeforeDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnBeforeEnableFields (CancelableEventArgs)
|
Raises the BeforeEnableFields
|
|
#
|
OnBeforeRowDeactivate (CancelEventArgs)
|
Raises the BeforeRowDeactivate event
|
|
#
|
OnBeforeSaveChanges (CancelEventArgs)
|
Raises the BeforeSaveChanges event
|
|
#
|
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
|
|
#
|
OnCopyingRecordChanged (EventArgs)
|
Raises the CopyingRecordChanged
|
|
#
|
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 during the System.ComponentModel.ISupportInitialize.EndInit
of the component. Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:OnEndInit ()
|
|
#
|
OnEnter (EventArgs)
|
Raises the Enter event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnFieldsDisabled (EventArgs)
|
Raises the FieldsDisabled event.
|
|
#
|
OnFieldsEnabled (EventArgs)
|
Raises the FieldsEnabled event.
|
|
#
|
OnGotFocus (EventArgs)
|
Raises the GotFocus event. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
#
|
OnHandleCreated (EventArgs)
|
Raises the HandleCreated event Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl
|
|
#
|
OnKeyDown (KeyEventArgs)
|
Raises the Key Down Event Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:OnKeyDown (KeyEventArgs)
|
|
#
|
OnKeyPress (KeyPressEventArgs)
|
Raises the KeyPress event
|
|
#
|
OnLeave (EventArgs)
|
Raises the Leave event
|
|
#
|
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
|
|
#
|
OnSmartTableIOStateChanged (SmartTableIOStateChangedEventArgs)
|
Publishes the SmartTableIOStateChanged event
|
|
+
|
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
|
|
#
|
LOGICAL PromptForSaveValuesOnRowDeactivate ()
|
Prompt the user to save changes when selecting a different row
while editing a row.
|
|
#
|
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
|
|
+
|
RemoveSmartTableIOSource (ISmartTableIOSource)
|
Removes a SmartTableIOSource from the SmartDataAdapter
instance
|
|
#
|
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.
|
|
+
|
ResumeRowSynchronizationAfterReposition ()
|
Resume row syncronization Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|
|
+
|
SaveChanges ()
|
Saves the current changes to the database.
|
|
+
|
SaveChanges (logical)
|
Saves the current changes to the database.
|
|
+
|
LOGICAL SaveChangesOnDeactivateForm (logical)
|
Saves pending changes when a Form is deactivated
|
|
#
|
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
|
|
#
|
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
|
|
+
|
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.
|
|
#
|
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.
|
|
+
|
UpdateSortIndicator (character)
|
Updates the Sort Indicators of the SmartDataBrowser columns Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
|