|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 |
Options | Name | Purpose | |
---|---|---|---|
+ | UltraGridCheckboxSelectionController (UltraGrid) |
Constructor for the UltraGridCheckboxSelectionController class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER DeselectAllShortCutKey |
|
|
+ | Infragistics.Win.UltraWinGrid.UltraGrid Grid |
|
|
+ | CHARACTER SelectAllShortCutKey |
|
Top
PRIVATE BeforeColPosChangedHandler (Object, BeforeColPosChangedEventArgs)
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE BeforeSortChangeHandler (Object, BeforeSortChangeEventArgs)
|
|||||||||||||||||||||||||
PUBLIC DeselectAllRows ()
|
|||||||||||||||||||||||||
PRIVATE DoubleClickRowHandler (Object, DoubleClickRowEventArgs)
|
|||||||||||||||||||||||||
PUBLIC CHARACTER GetSelectedRows (character)
|
|||||||||||||||||||||||||
PUBLIC CHARACTER GetSelectedRows (character, character)
|
|||||||||||||||||||||||||
PRIVATE InitializeLayoutHandler (Object, InitializeLayoutEventArgs)
|
|||||||||||||||||||||||||
PRIVATE KeyDownHandler (Object, KeyEventArgs)
|
|||||||||||||||||||||||||
PRIVATE KeyPressHandler (Object, KeyPressEventArgs)
|
|||||||||||||||||||||||||
PRIVATE MouseDownHandler (Object, MouseEventArgs)
|
|||||||||||||||||||||||||
PUBLIC SelectAllRows ()
|
|||||||||||||||||||||||||
PUBLIC SelectRows (character, character)
|
|||||||||||||||||||||||||
PUBLIC SelectRows (character, character, character)
|
|||||||||||||||||||||||||
PRIVATE ToggleRowSelected (UltraGridRow)
|
PUBLIC UltraGridCheckboxSelectionController (UltraGrid)
|
---|
PUBLIC CHARACTER DeselectAllShortCutKey
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Infragistics.Win.UltraWinGrid.UltraGrid Grid
|
|||||||||
PUBLIC CHARACTER SelectAllShortCutKey
|