Namespace: Consultingwerk.Windows.Util
Class 
UltraGridHelper Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:UltraGridHelper
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Mar 27 07:08:33 CET 2021
Purpose: Static constructor for the UltraGridHelper class
Notes: Disallow instance creation



Top Method Summary
Options Name Purpose
+ Infragistics.Win.UltraWinGrid.UltraGridColumn FirstVisibleColumnByPosition (UltraGrid) Returns the reference to the first visible column in the UltraGrid's first band
+ Infragistics.Win.UltraWinGrid.UltraGridColumn FirstVisibleColumnByPosition (UltraGridBand) Returns the reference to the first visible column in the UltraGrid's first band
+ Consultingwerk.Windows.Util.UltraGridSort GetSort (UltraGrid) Returns the Sort of the Grid
+ ReGroupBy (UltraGrid) Forces the Grid to update the row grouping (outlook group by)
+ SetSort (UltraGrid, UltraGridSort) Sets the Sort of the Grid

Top Constructor Summary
Options Name Purpose
# UltraGridHelper () Static constructor for the UltraGridHelper class


Method Detail
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGridColumn FirstVisibleColumnByPosition (UltraGrid)

Purpose: Returns the reference to the first visible column in the UltraGrid's first band
Notes: First visible column is determined by the Column Header's VisiblePosition index

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The reference to the UltraGrid control
Returns Infragistics.Win.UltraWinGrid.UltraGridColumn
The reference to the first visible column
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGridColumn FirstVisibleColumnByPosition (UltraGridBand)

Purpose: Returns the reference to the first visible column in the UltraGrid's first band
Notes: First visible column is determined by the Column Header's VisiblePosition index

Parameters:
poGridBand Infragistics.Win.UltraWinGrid.UltraGridBand
The reference to the UltraGridBand
Returns Infragistics.Win.UltraWinGrid.UltraGridColumn
The reference to the first visible column
Top

PUBLIC Consultingwerk.Windows.Util.UltraGridSort GetSort (UltraGrid)

Purpose: Returns the Sort of the Grid
Notes:

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The UltraGrid instance to retrieve the sort from
Returns Consultingwerk.Windows.Util.UltraGridSort
The UltraGridSort instance with the sort properties
Top

PUBLIC ReGroupBy (UltraGrid)

Purpose: Forces the Grid to update the row grouping (outlook group by)
Notes: Performs re-GroupBy only when there are GroupBy Columns

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The UltraGrid to enforce re-group-by for
Top

PUBLIC SetSort (UltraGrid, UltraGridSort)

Purpose: Sets the Sort of the Grid
Notes:

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The UltraGrid instance to retrieve the sort from
poSort Consultingwerk.Windows.Util.UltraGridSort
The UltraGridSort instance with the sort properties


Constructor Detail
Top

PROTECTED UltraGridHelper ()

Purpose: Static constructor for the UltraGridHelper class
Notes: Disallow instance creation



©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:25:42