Top Method Summary
Options Name Purpose
- BeforeColPosChangedHandler (Object, BeforeColPosChangedEventArgs) Event handler for the BeforeColPosChanged event of the UltraGrid
- BeforeSortChangeHandler (Object, BeforeSortChangeEventArgs) Event handler for the BeforeSortChange event of the UltraGrid
+ DeselectAllRows () Deselects all rows in the grid
- DoubleClickRowHandler (Object, DoubleClickRowEventArgs) Event handler for the DoubleClickRow event of the UltraGrid
+ CHARACTER GetSelectedRows (character) Returns the key values of the selected rows
+ CHARACTER GetSelectedRows (character, character) Returns the key values of the selected rows
- InitializeLayoutHandler (Object, InitializeLayoutEventArgs) Event handler for the InitializeLayout event of the UltraGrid
- KeyDownHandler (Object, KeyEventArgs) Event handler for the KeyDown event of the UltraGrid
- KeyPressHandler (Object, KeyPressEventArgs) Event handler for the KeyPress event of the UltraGrid
- MouseDownHandler (Object, MouseEventArgs) Event handler for the MouseDown event of the UltraGrid
+ SelectAllRows () Selects all rows in the grid
+ SelectRows (character, character) Selects rows with the given key values
+ SelectRows (character, character, character) Selects rows with the given key values
- ToggleRowSelected (UltraGridRow) Toggles the selected state of the given row

Top Constructor Summary
Options Name Purpose
+ UltraGridCheckboxSelectionController (UltraGrid) Constructor for the UltraGridCheckboxSelectionController class

Top Property Summary
Options Name Purpose
+ CHARACTER DeselectAllShortCutKey
+ Infragistics.Win.UltraWinGrid.UltraGrid Grid
+ CHARACTER SelectAllShortCutKey


Method Detail
Top

PRIVATE BeforeColPosChangedHandler (Object, BeforeColPosChangedEventArgs)

Purpose: Event handler for the BeforeColPosChanged event of the UltraGrid
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinGrid.BeforeColPosChangedEventArgs
The reference to the BeforeColPosChangedEventArgs instance
Top

PRIVATE BeforeSortChangeHandler (Object, BeforeSortChangeEventArgs)

Purpose: Event handler for the BeforeSortChange event of the UltraGrid
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinGrid.BeforeSortChangeEventArgs
The reference to the BeforeSortChangeEventArgs instance
Top

PUBLIC DeselectAllRows ()

Purpose: Deselects all rows in the grid
Notes:

Top

PRIVATE DoubleClickRowHandler (Object, DoubleClickRowEventArgs)

Purpose: Event handler for the DoubleClickRow event of the UltraGrid
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinGrid.DoubleClickRowEventArgs
The reference to the DoubleClickRowEventArgs instance
Top

PUBLIC CHARACTER GetSelectedRows (character)

Purpose: Returns the key values of the selected rows
Notes: Defaults to the comma as the delimiter

Parameters:
pcKeyField CHARACTER
The name of the key field
Returns CHARACTER
The list of key values
Top

PUBLIC CHARACTER GetSelectedRows (character, character)

Purpose: Returns the key values of the selected rows
Notes:

Parameters:
pcKeyField CHARACTER
The name of the key field
pcKeyDelimiter CHARACTER
The delimiter for the key values
Returns CHARACTER
The list of key values
Top

PRIVATE InitializeLayoutHandler (Object, InitializeLayoutEventArgs)

Purpose: Event handler for the InitializeLayout event of the UltraGrid
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs
The reference to the InitializeLayoutEventArgs instance
Top

PRIVATE KeyDownHandler (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the UltraGrid
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The reference to the KeyDownEventArgs instance
Top

PRIVATE KeyPressHandler (Object, KeyPressEventArgs)

Purpose: Event handler for the KeyPress event of the UltraGrid
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyPressEventArgs
The reference to the KeyPressEventArgs instance
Top

PRIVATE MouseDownHandler (Object, MouseEventArgs)

Purpose: Event handler for the MouseDown event of the UltraGrid
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.MouseEventArgs
The reference to the MouseDownEventArgs instance
Top

PUBLIC SelectAllRows ()

Purpose: Selects all rows in the grid
Notes:

Top

PUBLIC SelectRows (character, character)

Purpose: Selects rows with the given key values
Notes: Defaults to the comma as the delimiter

Parameters:
pcKeyField CHARACTER
The name of the key field
pcKeyValues CHARACTER
The list of key values to select
Top

PUBLIC SelectRows (character, character, character)

Purpose: Selects rows with the given key values
Notes:

Parameters:
pcKeyField CHARACTER
The name of the key field
pcKeyValues CHARACTER
The list of key values to select
pcKeyDelimiter CHARACTER
The delimiter for the key values
Top

PRIVATE ToggleRowSelected (UltraGridRow)

Purpose: Toggles the selected state of the given row
Notes:

Parameters:
poRow Infragistics.Win.UltraWinGrid.UltraGridRow
The reference to the row to toggle


Constructor Detail
Top

PUBLIC UltraGridCheckboxSelectionController (UltraGrid)

Purpose: Constructor for the UltraGridCheckboxSelectionController class
Notes:

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The reference to the UltraGrid


Property Detail
Top

PUBLIC CHARACTER DeselectAllShortCutKey


Returns CHARACTER
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGrid Grid


Returns Infragistics.Win.UltraWinGrid.UltraGrid
Top

PUBLIC CHARACTER SelectAllShortCutKey


Returns CHARACTER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       08.12.2024 13:25:12