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
# 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

Top Constructor Summary
Options Name Purpose
+ 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

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


Constructor Detail
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-2019 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       09.08.2019 00:09:48