Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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) |
|
+ | ApplyBrowserView (UltraGridView) |
Applies a view to the SmartDataBrowser Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | System.Windows.Forms.Control ApplyFocusToErrorField (IFieldValidationError) |
Set's focus into a field that is related to an error |
|
+ | 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) |
|
# | ClearFilterRow (FilterClearButtonUIElement, logical) |
Clears the Filter Row Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | ClearFilterRow (logical) |
Clears the Filter Row Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs) |
Event handler for the CollectFilterValues event of the ISmartFilterTarget Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs) |
|
# | LOGICAL ControlFocus (Control) |
Calls the Focus() method for a .NET Control |
|
+ | 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 () |
Deregister 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 () |
Enables 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 |
|
+ | UltraGridView GetCurrentBrowserView () |
Returns the current view 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 |
|
# | Consultingwerk.SmartComponents.Interfaces.ISmartGroupAssignTarget GetViewerForBoundControl (character) |
Returns the reference to the SmartGroupAssignTarget that contains
a Control bound to the given field name |
|
+ | HandleFormShown () |
Callback executed by the SmartWindowForm instance after
the form has been Shown 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 |
|
+ | InitializeBrowserLogicObject () |
Initializes the Viewer Logic Object 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 behavior 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) |
|
+ | Progress.Windows.Form LaunchDetailForm () |
Launches the DetailForm and adds a Data Link Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | Progress.Windows.Form LaunchDetailForm (DetailFormOperationEnum) |
Launches the DetailForm and adds a Data Link Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | 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 |
|
# | OnAfterCancelledUpdate (AfterCancelledUpdateEventArgs) |
Raises the AfterCancelledUpdate 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 |
|
# | OnCollectFilterValues (BrowserCollectFilterValuesEventArgs) |
Raises the CollectFilterValues Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | 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. |
|
# | OnFocusErrorField (FocusErrorFieldEventArgs) |
Raises the FocusErrorField 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 |
|
# | OnOpenDetailForm (OpenDetailFormEventArgs) |
Publishes the OpenDetailForm 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 |
|
# | ProcessFieldSecurity () |
Processes field security from the IFieldAuthorizationProvider Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | ProcessFieldSecurity (UltraGridColumn, FieldRestrictionEnum) |
Processes field security from the IFieldAuthorizationProvider Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:ProcessFieldSecurity (UltraGridColumn, FieldRestrictionEnum) |
|
# | LOGICAL PromptForSaveValuesOnRowDeactivate () |
Prompt the user to save changes when selecting a different row
while editing a row. |
|
+ | LOGICAL RaiseToolbarAction (Object, ToolClickEventArgs, character) |
Executes a Toolbar Action Overrides Consultingwerk.SmartComponents.Implementation.SmartDataBrowser:RaiseToolbarAction (Object, ToolClickEventArgs, character) |
|
# | System.Windows.Forms.Control RecurseLocateBindingControl (Control, character) |
Recurses through the Controls in this SmartViewerControl and nested
controls searching for a Control that is bound to the named
BindingProperty (a field attached to the ProBindingSource). |
|
# | 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 |
|
+ | ResetGridSettings () |
Resets stored grid settings Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | 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 synchronization 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 |
|
# | SetDefaultFilterOperators () |
Sets the default filter operators Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | SetGridReadOnly () |
Set the entire Grid to Read-Only Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | SetHasViewManagerAttached (logical) |
Sets logical value if a SmartDataBrowserViewManager control is attached 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 Opened 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 synchronization Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | TextChangedEventHandler (Object, EventArgs) |
Initiate switching to the ModifyingData Mode if the user enters data. |
|
+ | UpdateSortIndicator (character) |
Updates the Sort Indicators of the SmartDataBrowser columns Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | UpdateSortIndicator (UltraGridSort) |
Updates the Sort Indicators of the SmartDataBrowser columns Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartUpdatableBrowser () |
Constructor for the SmartUpdatableBrowser class |
Options | Name | Purpose | |
---|---|---|---|
+ | AddingRecordChanged DELEGATE System.EventHandler |
Event fired when the AddingRecord Property is changed |
|
+ | AfterAddRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully started an Add
operation |
|
+ | AfterCancelledUpdate (Object, AfterCancelledUpdateEventArgs) |
Event fired when the viewer has successfully cancelled an update |
|
+ | AfterCancelUpdate DELEGATE System.EventHandler |
Event fired when the viewer has successfully cancelled an update |
|
+ | AfterCopyRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully started a Copy operation |
|
+ | AfterDeleteRecord DELEGATE System.EventHandler |
Event fired when the viewer has successfully deleted a record. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | AfterFieldsEnabled DELEGATE System.EventHandler |
Raised after the fields have been enabled |
|
+ | AfterSaveChanges DELEGATE System.EventHandler |
Event fired when the viewer has successfully saved changes |
|
+ | BeforeAddRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts adding a new record.
This event is cancelable |
|
+ | BeforeCancelUpdate DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer begins cancelling an update.
This event is cancellable |
|
+ | BeforeCopyRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer begins copying a record.
This event is cancellable |
|
+ | BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts deleting a record.
This event is cancellable Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | BeforeEnableFields (Object, CancelableEventArgs) |
Raised before the fields are enabled |
|
+ | BeforeSaveChanges DELEGATE System.ComponentModel.CancelEventHandler |
Event fired when the Viewer starts saving a record.
This event is cancellable |
|
+ | CollectFilterValues (Object, BrowserCollectFilterValuesEventArgs) |
Raised when the SmartDataBrowser handles the SmartDataSource's
CollectFilterValues event Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | CopyingRecordChanged DELEGATE System.EventHandler |
Raised when the CopyingRecord property has changed |
|
+ | DefaultAction DELEGATE System.EventHandler |
Event that combines double click on a data row or the selection
of the Return or Enter key Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | FieldsDisabled DELEGATE System.EventHandler |
Event fired when the columns of this browser become disabled |
|
+ | FieldsEnabled DELEGATE System.EventHandler |
Event fired when the columns of this browser become enabled |
|
+ | FocusErrorField (Object, FocusErrorFieldEventArgs) |
Raised to allow subscribers to set focus to an error field |
|
+ | OpenDetailForm (Object, OpenDetailFormEventArgs) |
Raised to Launch the Detail Form Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs) |
Raised when the ListChanged event of the BindingSource of the SmartBrowserControl
is raised Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | SmartDataBrowserActivated DELEGATE System.EventHandler |
Static event raised whenever a SmartDataBrowser is activated. This
event is useful to control a central UltraGridColumnChooser etc. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | SmartFilterActiveChanged (Object, EventArgs) |
Raised when the SmartFilterActiveChanged property is changed Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | SmartTableIOSourceChanged DELEGATE System.EventHandler |
Event fired when the SmartTableIOSource Property is changed |
|
+ | SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs) |
Event fired when the SmartTableIOSource Property is changed |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL AddingRecord |
|
|
+ | Infragistics.Win.UltraWinGrid.AllowAddNew AllowAddNew |
|
|
+ | LOGICAL AllowEditOfUncommittedAdd |
|
|
+ | LOGICAL BeginEditModeOnCellListCloseUp |
|
|
# | CHARACTER BindableProperties |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | Progress.Data.BindingSource BindingSource |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | CHARACTER BrowserLogicClass |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic BrowserLogicObject |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER CategorizedProperties |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER CategoryProperties |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL CopyingRecord |
|
|
+ | LOGICAL DeleteDataSourceOnFormClosed |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | CHARACTER DescribedProperties |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER DescriptionProperties |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL DeselectRowsOnActivate |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER DesignerVisibilityAttributes |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER DesignerVisibilityProperties |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | LOGICAL DesignTime |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | CHARACTER DetailForm |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | CHARACTER DetailFormDataSources |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL DetailFormForUpdates |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL DetailFormModal |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL DisabledColumnsDisabled |
|
|
+ | CHARACTER DisabledColumnsForAdd |
|
|
+ | CHARACTER DisabledColumnsForUpdate |
|
|
+ | LOGICAL EditInViewerOnDefaultAction |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | CHARACTER ExcludeColumnsFromCopy |
|
|
+ | LOGICAL FetchAllRecordsOnGroupBy |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER HiddenProperties |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL Initializing |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignTableIOSource LinkTableIOSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignToolbarSource LinkToolbarSource |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | CHARACTER NonBrowsableProperties |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | LOGICAL ParentFormDestroyed |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | LOGICAL PromptForSaveValuesOnRowDeactivate |
|
|
+ | LOGICAL RaiseEventToLaunchDetailForm |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | INTEGER RepositionedRow |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SaveChangesOnLeave |
|
|
+ | LOGICAL SaveColumnSettings |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SaveMode |
|
|
+ | CHARACTER SecurityKey |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | CHARACTER SettingsKey |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SimpleKeyboardNavigationDuringUpdate |
|
|
+ | LOGICAL SimpleKeyboardNavigationDuringUpdateForced |
|
|
+ | LOGICAL SimpleKeyboardNavigationDuringUpdateForLeftRight |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | LOGICAL SmartFilterActive |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | CHARACTER SmartFilterOperators |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SmartFilterUseMatches |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SmartFilterUseOperators |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | CHARACTER SmartFilterWordIndexColumns |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | Consultingwerk.SmartComponents.Base.ListISmartGroupAssignTarget SmartGroupAssignTargets |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource |
|
|
+ | CHARACTER SmartTableIOState |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartToolbarSource SmartToolbarSource |
Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | LOGICAL StoreVisibleGridColumns |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | Consultingwerk.SmartComponents.Enum.UpdateStateEnum UpdateState |
|
|
+ | CHARACTER VisibleGridColumns |
Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
Top
PUBLIC ActivateCurrentRow ()
|
||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AddRecord ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC AddRecordFromBindingSource ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC AddSmartTableIOSource (ISmartTableIOSource)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED AfterQueryPositionChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC AfterRetrieveDataCallback (ISmartDataSource)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ApplyBrowserView (UltraGridView)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control ApplyFocusToErrorField (IFieldValidationError)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ApplyGridSettings (character)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC AttachBindingSource (BindingSource)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED BindingSourceListChangedHandler (Object, ListChangedEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CancelUpdate ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ClearFilterRow (FilterClearButtonUIElement)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ClearFilterRow (FilterClearButtonUIElement, logical)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ClearFilterRow (logical)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL ControlFocus (Control)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CopyRecord ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateRecord (logical)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeleteRecord ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED DeleteRecord ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED DeregisterBindingSourceEvents ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeregisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC DisableDelKeyUsage ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC DisableFields ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED DisableForUpdate (ISmartDataTarget)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC DisableMultiSelection ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED DisplayError (Error)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED DisplayError (Error, character)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED EnableAfterUpdate ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EnableFields (character)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED EnableFields (character, logical)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EnableMultiSelection ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED EnableSmartFilterUserInterface ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EnsureVisible ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ExportToExcel ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ExportToExcel (IUltraGridExcelExportParameter)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC Infragistics.Win.UltraWinGrid.UltraGridRow FindFirstChildDataRow (UltraGridGroupByRow)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED FormatColumnFilters ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED FormatColumns ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED FormatGrid ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED FormatSmartColumns ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC UltraGridView GetCurrentBrowserView ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetCurrentSettings ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC GetSelectedRowsDataset (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.SmartComponents.Interfaces.ISmartGroupAssignTarget GetViewerForBoundControl (character)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC HandleFormShown ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC HandleValidationError (Error)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED HideNonVisibleColumns ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC InitializeBrowserLogicObject ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED InitializeColumnFilterOperatorItems ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED InitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsOkToClose (logical, CloseReason)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Windows.Form LaunchDetailForm ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Windows.Form LaunchDetailForm (DetailFormOperationEnum)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAddingRecordChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterAddRecord (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCancelledUpdate (AfterCancelledUpdateEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCancelUpdate (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCellActivate ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCellListCloseUp (CellEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCellUpdate (CellEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCopyRecord (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterDeleteRecord (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterFieldsEnabled (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterPerformAction (AfterUltraGridPerformActionEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterRowActivate ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterRowRegionScroll (RowScrollRegionEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterSaveChanges (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeAddRecord (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCancelUpdate (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCellDeactivate (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCopyRecord (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeDeleteRecord (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeEnableFields (CancelableEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeRowDeactivate (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeSaveChanges (CancelEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeSortChange (BeforeSortChangeEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeginInit ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnCellChange (CellEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnCollectFilterValues (BrowserCollectFilterValuesEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnCopyingRecordChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnCreateControl ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnDefaultAction (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnDoubleClickRow (DoubleClickRowEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnEndInit ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnEnter (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnFieldsDisabled (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnFieldsEnabled (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnFocusErrorField (FocusErrorFieldEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnGotFocus (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnHandleCreated (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnKeyPress (KeyPressEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnLeave (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnMouseUp (MouseEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnMouseWheel (MouseEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnOpenDetailForm (OpenDetailFormEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartBrowserListChanged (SmartBrowserListChangedEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartDataBrowserActivated (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartFilterActiveChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartTableIOSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartTableIOStateChanged (SmartTableIOStateChangedEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ParentFormClosedHandler (Object, FormClosedEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED PerformFilterRow ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED PerformLookups ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ProcessFieldSecurity ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ProcessFieldSecurity (UltraGridColumn, FieldRestrictionEnum)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL PromptForSaveValuesOnRowDeactivate ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RaiseToolbarAction (Object, ToolClickEventArgs, character)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED System.Windows.Forms.Control RecurseLocateBindingControl (Control, character)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED RegisterBindingSourceEvents ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterDefaultActionSubscriber (IDefaultActionSubscriber)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC RemoveSmartTableIOSource (ISmartTableIOSource)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ResetGridSettings ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED RestoreSettings ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC RestoreValuesForCopy ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ResumeRowSynchronizationAfterReposition ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges (logical)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SaveChangesOnDeactivateForm (logical)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED SaveSettings ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED ScrollOffHome ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ScrollToCurrentRow (logical)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ScrollToCurrentRow (logical, logical)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ScrollToFirstRow ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC ScrollToLastRow ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC SelectAllRows ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED SetDefaultFilterOperators ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetGridReadOnly ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetHasViewManagerAttached (logical)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetModifyingState ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED SetMultiSelection (logical)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetOpenedEditorDropDownControl (Control)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC StartEditModeInViewer ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED StoreValuesForCopy ()
|
||||||||||||||||||||||||||||||||||||||||||
PROTECTED StoreVisibleGridColumns ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC SuspendRowSynchronizationForReposition ()
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC TextChangedEventHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC UpdateSortIndicator (character)
|
||||||||||||||||||||||||||||||||||||||||||
PUBLIC UpdateSortIndicator (UltraGridSort)
|
PUBLIC SmartUpdatableBrowser ()
|
---|
PUBLIC AddingRecordChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterAddRecord DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC AfterCancelledUpdate (Object, AfterCancelledUpdateEventArgs)
|
||||||||||||||||||||||||||
PUBLIC AfterCancelUpdate DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC AfterCopyRecord DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC AfterDeleteRecord DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC AfterFieldsEnabled DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC AfterSaveChanges DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC BeforeAddRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||||||
PUBLIC BeforeCancelUpdate DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||||||
PUBLIC BeforeCopyRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||||||
PUBLIC BeforeDeleteRecord DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||||||
PUBLIC BeforeEnableFields (Object, CancelableEventArgs)
|
||||||||||||||||||||||||||
PUBLIC BeforeSaveChanges DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||||||
PUBLIC CollectFilterValues (Object, BrowserCollectFilterValuesEventArgs)
|
||||||||||||||||||||||||||
PUBLIC CopyingRecordChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC DefaultAction DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC FieldsDisabled DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC FieldsEnabled DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC FocusErrorField (Object, FocusErrorFieldEventArgs)
|
||||||||||||||||||||||||||
PUBLIC OpenDetailForm (Object, OpenDetailFormEventArgs)
|
||||||||||||||||||||||||||
PUBLIC SmartBrowserListChanged (Object, SmartBrowserListChangedEventArgs)
|
||||||||||||||||||||||||||
PUBLIC SmartDataBrowserActivated DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC SmartFilterActiveChanged (Object, EventArgs)
|
||||||||||||||||||||||||||
PUBLIC SmartTableIOSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||
PUBLIC SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs)
|
PUBLIC LOGICAL AddingRecord
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Infragistics.Win.UltraWinGrid.AllowAddNew AllowAddNew
|
|||||||||
PUBLIC LOGICAL AllowEditOfUncommittedAdd
|
|||||||||
PUBLIC LOGICAL BeginEditModeOnCellListCloseUp
|
|||||||||
PROTECTED CHARACTER BindableProperties
|
|||||||||
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||
PUBLIC CHARACTER BrowserLogicClass
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowserLogic BrowserLogicObject
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PUBLIC LOGICAL CopyingRecord
|
|||||||||
PUBLIC LOGICAL DeleteDataSourceOnFormClosed
|
|||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||
PUBLIC LOGICAL DeselectRowsOnActivate
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||
PROTECTED LOGICAL DesignTime
|
|||||||||
PUBLIC CHARACTER DetailForm
|
|||||||||
PUBLIC CHARACTER DetailFormDataSources
|
|||||||||
PUBLIC LOGICAL DetailFormForUpdates
|
|||||||||
PUBLIC LOGICAL DetailFormModal
|
|||||||||
PUBLIC LOGICAL DisabledColumnsDisabled
|
|||||||||
PUBLIC CHARACTER DisabledColumnsForAdd
|
|||||||||
PUBLIC CHARACTER DisabledColumnsForUpdate
|
|||||||||
PUBLIC LOGICAL EditInViewerOnDefaultAction
|
|||||||||
PUBLIC CHARACTER ExcludeColumnsFromCopy
|
|||||||||
PUBLIC LOGICAL FetchAllRecordsOnGroupBy
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC LOGICAL Initializing
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignTableIOSource LinkTableIOSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignToolbarSource LinkToolbarSource
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyed
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||
PUBLIC LOGICAL PromptForSaveValuesOnRowDeactivate
|
|||||||||
PUBLIC LOGICAL RaiseEventToLaunchDetailForm
|
|||||||||
PUBLIC INTEGER RepositionedRow
|
|||||||||
PUBLIC LOGICAL SaveChangesOnLeave
|
|||||||||
PUBLIC LOGICAL SaveColumnSettings
|
|||||||||
PUBLIC LOGICAL SaveMode
|
|||||||||
PUBLIC CHARACTER SecurityKey
|
|||||||||
PUBLIC CHARACTER SettingsKey
|
|||||||||
PUBLIC LOGICAL SimpleKeyboardNavigationDuringUpdate
|
|||||||||
PUBLIC LOGICAL SimpleKeyboardNavigationDuringUpdateForced
|
|||||||||
PUBLIC LOGICAL SimpleKeyboardNavigationDuringUpdateForLeftRight
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|
|||||||||
PUBLIC LOGICAL SmartFilterActive
|
|||||||||
PUBLIC CHARACTER SmartFilterOperators
|
|||||||||
PUBLIC LOGICAL SmartFilterUseMatches
|
|||||||||
PUBLIC LOGICAL SmartFilterUseOperators
|
|||||||||
PUBLIC CHARACTER SmartFilterWordIndexColumns
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListISmartGroupAssignTarget SmartGroupAssignTargets
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource
|
|||||||||
PUBLIC CHARACTER SmartTableIOState
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartToolbarSource SmartToolbarSource
|
|||||||||
PUBLIC LOGICAL StoreVisibleGridColumns
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Enum.UpdateStateEnum UpdateState
|
|||||||||
PUBLIC CHARACTER VisibleGridColumns
|