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

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

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

DeselectAllRows ()

Purpose: Deselects all rows in the grid
Notes:

Top

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

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

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

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

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

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

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

SelectAllRows ()

Purpose: Selects all rows in the grid
Notes:

Top

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

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

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

UltraGridCheckboxSelectionController (UltraGrid)

Purpose: Constructor for the UltraGridCheckboxSelectionController class
Notes:

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


Property Detail
Top

CHARACTER DeselectAllShortCutKey


Returns CHARACTER
Top

Infragistics.Win.UltraWinGrid.UltraGrid Grid


Returns Infragistics.Win.UltraWinGrid.UltraGrid
Top

CHARACTER SelectAllShortCutKey


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:26