|
Navigate to: Methods | Constructors | Events | Properties
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. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | 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 |
|
+ | 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 |
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 |
|
+ | 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 |
|
+ | 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 |
|
+ | 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 |
Flag that indicates if we are currently in Add Mode.
When CreateRecord () is called the value of the Property changes to
TRUE. CancelUpdate ()or during initialization the call of
EvaluateTableIOState () resets the value of the Property to FALSE. |
|
+ | Infragistics.Win.UltraWinGrid.AllowAddNew AllowAddNew |
Support for Template Row to add new records |
|
+ | LOGICAL AllowEditOfUncommittedAdd |
Toggles if the SmartUpdatableBrowser should enable the same fields when
editing an uncommitted add (that is an added record, that was saved and
is then edited again before committing to the backend) as during the
initial add |
|
+ | LOGICAL BeginEditModeOnCellListCloseUp |
Flag if closing a cell'S drop down list begins edit mode event
when no change has been made by the user |
|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | Progress.Data.BindingSource BindingSource |
Get the BindingSource of the current Class.
This Property is used to get a possibly existing DesignTime
BindingSource from the SmartDataBrowser Instance. A SmartDataAdapter
derived Class gets registered as the SmartDataSource for the
SmartDataBrowser and RegisterSmartDataTarget () is called to do the
handshake between those two Classes. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL CopyingRecord |
Returns if the Viewer is currently copying a record |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL DeselectRowsOnActivate |
Propery flags if the currently selected Rows will be deselected
before activating a new row. The default is TRUE. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | CHARACTER DisabledColumnsForAdd |
Get and Set the keys of grid that are disabled during add |
|
+ | CHARACTER DisabledColumnsForUpdate |
Get and Set the keys of grid that are disabled during update |
|
+ | LOGICAL EditInViewerOnDefaultAction |
Gets and sets if the DefaultAction (DoubleClickRow or Enter) in the
SmartDataBrowser starts EnabledFields (Update) in a Viewer linked to
the same SmartDataBrowser Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | CHARACTER ExcludeColumnsFromCopy |
Get and Set the list of grid columns that are excluded from the
RestoreValuesForCopy. Column values in this list will not be copied |
|
+ | LOGICAL FetchAllRecordsOnGroupBy |
Gets and sets if the SmartDataBrowser should invoke a "Fetch all"
from it's data source when grouping by Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL Initializing |
Indicated that the SmartDataAdapter is currrently being
Initialized Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource |
Represents the SmartDataSource property casted to a .NET Interface Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignTableIOSource LinkTableIOSource |
Represents the SmartTableIOSource property casted to a .NET Interface |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
# | LOGICAL ParentFormDestroyed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | LOGICAL PromptForSaveValuesOnRowDeactivate |
Allows to turn of the save changes prompt when the user leaves
(deactivates) a row with modifications |
|
+ | INTEGER RepositionedRow |
Gets and sets the demanded Visible Row Index that the ScrollToCurrentRow
should set when scrollign to the current row Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SaveChangesOnLeave |
Allows to turn on saving changes on leave of the SmartUpdatableBrowser |
|
+ | LOGICAL SaveColumnSettings |
Controls if SmartDataBrowsers should store the column settings
when the containing Form is closed. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SaveMode |
Controls if the Browsers's field remain Enabled after Save or Cancel |
|
+ | CHARACTER SecurityKey |
Gets and sets the Toolbar Security Key |
|
+ | CHARACTER SettingsKey |
Contains the key used to store settings of this Browser in the
Registry Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SimpleKeyboardNavigationDuringUpdate |
Turns on tracking KeyDown events of the underlying UltraGrid Control
to allow "Excel-like" navigation between Cells during Update. |
|
+ | LOGICAL SimpleKeyboardNavigationDuringUpdateForced |
When using SimpleKeyboardNavigationDuringUpdate, this property allows
to force cursor key navigation, thus not raising the KeyDown event for
the Cursor-Up/Down/Left/Right keys |
|
+ | LOGICAL SimpleKeyboardNavigationDuringUpdateForLeftRight |
Controls if the SimpleKeyboardNavigationDuringUpdate feature does also
include the cursor-left and cursor-right (default). Setting this to
false allows cursor navigation within a cell during update which provides
a more natural update behaviour |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource |
Get/Set the SmartDataSource of the current Class. The SmartDataSource
can be set to any class implementing the Interface ISmartDataSource.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataTarget.
Registers the SmartDataBrowser instance with the SmartDataSource
(using the RegisterSmartDataTarget method in ISmartDataSource).
When the browser is already attached to a BindingSource (in the Form
Design), the bindingSource is introduced to the SmartDataSource by
assigning it to the BindingSource property. Inherited from Consultingwerk.SmartComponents.Base.SmartBrowserControl |
|
+ | LOGICAL SmartFilterActive |
Gets and sets if the SmartFilter functioanlity should be used with
a filter row of the UltraGrid Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SmartFilterUseMatches |
Gets and sets if the SmartFilter functionality uses MATCHES Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | LOGICAL SmartFilterUseOperators |
Gets and sets if the SmartFilter functionality supports multiple
operators Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource |
Get and Set the current SmartTableIOSource of the SmartViewerControl.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataTarget.
Enforced by Interface ISmartDataTarget. |
|
+ | CHARACTER SmartTableIOState |
The SmartTableIOState property reflects the operationmode of the
SmartViewerControl.
Value changes of this Property are only made in the Class
SmartViewerControl.
Enforced by Interface ISmartDataTarget or ISmartGroupAssignTarget. |
|
+ | LOGICAL StoreVisibleGridColumns |
Depriciated property to invoke StoreVisibleGridColumns from the
property grid. Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
|
+ | Consultingwerk.SmartComponents.Enum.UpdateStateEnum UpdateState |
Returns the Update State of the Viewer |
|
+ | CHARACTER VisibleGridColumns |
Stores the Columns of the Grid that should be visible Inherited from Consultingwerk.SmartComponents.Implementation.SmartDataBrowser |
Top
PUBLIC ActivateCurrentRow ()
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AddRecord ()
|
||||||||||||||||||||||||||||||||
PUBLIC AddRecordFromBindingSource ()
|
||||||||||||||||||||||||||||||||
PUBLIC AddSmartTableIOSource (ISmartTableIOSource)
|
||||||||||||||||||||||||||||||||
PROTECTED AfterQueryPositionChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC AfterRetrieveDataCallback (ISmartDataSource)
|
||||||||||||||||||||||||||||||||
PUBLIC ApplyGridSettings (character)
|
||||||||||||||||||||||||||||||||
PUBLIC AttachBindingSource (BindingSource)
|
||||||||||||||||||||||||||||||||
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED BindingSourceListChangedHandler (Object, ListChangedEventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC CancelUpdate ()
|
||||||||||||||||||||||||||||||||
PROTECTED ClearFilterRow (FilterClearButtonUIElement)
|
||||||||||||||||||||||||||||||||
PROTECTED CollectFilterValuesHandler (Object, CollectFilterValuesEventArgs)
|
||||||||||||||||||||||||||||||||
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 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)
|
||||||||||||||||||||||||||||||||
PUBLIC HandleValidationError (Error)
|
||||||||||||||||||||||||||||||||
PROTECTED HideNonVisibleColumns ()
|
||||||||||||||||||||||||||||||||
PROTECTED InitializeColumnFilterOperatorItems ()
|
||||||||||||||||||||||||||||||||
PROTECTED InitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsOkToClose (logical, CloseReason)
|
||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||||
PROTECTED OnAddingRecordChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnAfterAddRecord (EventArgs)
|
||||||||||||||||||||||||||||||||
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 OnCopyingRecordChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnCreateControl ()
|
||||||||||||||||||||||||||||||||
PROTECTED OnDefaultAction (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnDoubleClickRow (DoubleClickRowEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnEndInit ()
|
||||||||||||||||||||||||||||||||
PROTECTED OnEnter (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnFieldsDisabled (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnFieldsEnabled (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnGotFocus (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnHandleCreated (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnKeyDown (KeyEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnKeyPress (KeyPressEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnLeave (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnMouseUp (MouseEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnMouseWheel (MouseEventArgs)
|
||||||||||||||||||||||||||||||||
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 LOGICAL PromptForSaveValuesOnRowDeactivate ()
|
||||||||||||||||||||||||||||||||
PROTECTED RegisterBindingSourceEvents ()
|
||||||||||||||||||||||||||||||||
PUBLIC RegisterDefaultActionSubscriber (IDefaultActionSubscriber)
|
||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartGroupAssignTarget (ISmartGroupAssignTarget)
|
||||||||||||||||||||||||||||||||
PUBLIC RemoveSmartTableIOSource (ISmartTableIOSource)
|
||||||||||||||||||||||||||||||||
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 SetGridReadOnly ()
|
||||||||||||||||||||||||||||||||
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 SmartUpdatableBrowser ()
|
---|
PUBLIC AddingRecordChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterAddRecord DELEGATE System.EventHandler
|
||||||||||||||||||||||
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 CopyingRecordChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC DefaultAction DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC FieldsDisabled DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC FieldsEnabled DELEGATE System.EventHandler
|
||||||||||||||||||||||
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
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL CopyingRecord
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL DeselectRowsOnActivate
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||||||||||||||||||||||||||
PROTECTED LOGICAL DesignTime
|
|||||||||||||||||||||||||||||||||
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
|
|||||||||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyed
|
|||||||||||||||||||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL PromptForSaveValuesOnRowDeactivate
|
|||||||||||||||||||||||||||||||||
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 LOGICAL SmartFilterUseMatches
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SmartFilterUseOperators
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SmartTableIOState
|
|||||||||||||||||||||||||||||||||
PUBLIC LOGICAL StoreVisibleGridColumns
|
|||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Enum.UpdateStateEnum UpdateState
|
|||||||||||||||||||||||||||||||||
PUBLIC CHARACTER VisibleGridColumns
|