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

File:UltraGridSettings
Purpose:Manages settings of UltraGrid instances
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat May 07 16:47:02 CEST 2011



Top Method Summary
Options Name Purpose
+ ApplyStoredSettings (character) Applies stored column settings to an UltraGrid instance
+ ApplyStoredSettings (ColumnsCollection, character) Applies stored column settings to an UltraGrid instance
# ClearColumnSettings () Clears the ColumnSettings table records of the current object instance
# ParseColumnSettings (character) Parses the ColumnSettings an stored them in the ttColumnSettings temp-table
+ CHARACTER StoreColumnSettings () Returns the settings string that can be used to restore the grid layout
+ CHARACTER StoreColumnSettings (ColumnsCollection) Returns the settings string that can be used to restore the grid layout

Top Constructor Summary
Options Name Purpose
+ UltraGridSettings () Creates a new instance of the UltraGridSettings class
+ UltraGridSettings (UltraGrid) Creates a new instance of the UltraGridSettings class

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


Method Detail
Top

PUBLIC ApplyStoredSettings (character)

Purpose: Applies stored column settings to an UltraGrid instance
Notes: Settings are expected in the form of a pipe (|) delimited list of
ColumnKey,With,Position,Hidden per column

Parameters:
pcSettings CHARACTER
The stored settings
Top

PUBLIC ApplyStoredSettings (ColumnsCollection, character)

Purpose: Applies stored column settings to an UltraGrid instance
Notes: Settings are expected in the form of a pipe (|) delimited list of
ColumnKey,With,Position,Hidden per column

Parameters:
poColumns Infragistics.Win.UltraWinGrid.ColumnsCollection
The ColumnsCollection to process
pcSettings CHARACTER
The stored settings
Top

PROTECTED ClearColumnSettings ()

Purpose: Clears the ColumnSettings table records of the current object instance
Notes:

Top

PROTECTED ParseColumnSettings (character)

Purpose: Parses the ColumnSettings an stored them in the ttColumnSettings
temp-table
Notes:

Parameters:
pcSettings CHARACTER
The stored settings
Top

PUBLIC CHARACTER StoreColumnSettings ()

Purpose: Returns the settings string that can be used to restore the grid layout
Notes:

Returns CHARACTER
The settings string that can be used to restore the grid layout
Top

PUBLIC CHARACTER StoreColumnSettings (ColumnsCollection)

Purpose: Returns the settings string that can be used to restore the grid layout
Notes:

Parameters:
poColumns Infragistics.Win.UltraWinGrid.ColumnsCollection
The ColumnsCollection to process
Returns CHARACTER
The settings string that can be used to restore the grid layout


Constructor Detail
Top

PUBLIC UltraGridSettings ()

Purpose: Creates a new instance of the UltraGridSettings class
Notes:

Top

PUBLIC UltraGridSettings (UltraGrid)

Purpose: Creates a new instance of the UltraGridSettings class
Notes:

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The Grid to work with


Property Detail
Top

PUBLIC Infragistics.Win.UltraWinGrid.UltraGrid Grid


Returns Infragistics.Win.UltraWinGrid.UltraGrid


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