Namespace: Consultingwerk.SmartComponents.Implementation
Interface 
ISmartDataBrowserColumnCustomizer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.Framework.SmartDataBrowserColumnCustomizer

File:ISmartDataBrowserColumnCustomizer
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Aug 24 00:02:08 CEST 2013
Purpose: Callback method into Service classes, allows the customization of
UltraGridCells on the SmartDataBrowser class
Notes: Allows customization of UltraGridColumn properties like
ExcludeFromColumnChooser, ValueList
Most likely the code here will make decisions based on the column
name (poColumn:Key). This name will either be just the field name
(10.2B service pack 4 and before or 10.2B05 for non joined queries)
or in the form of TableName:ColumnName for 10.2B05 and joined browser
queries.



Top Method Summary
Options Name Purpose
+ AssignColumnProperties (SmartDataBrowser, UltraGridColumn) Callback method into Service classes, allows the customization of UltraGridCells on the SmartDataBrowser class


Method Detail
Top

PUBLIC AssignColumnProperties (SmartDataBrowser, UltraGridColumn)

Purpose: Callback method into Service classes, allows the customization of
UltraGridCells on the SmartDataBrowser class
Notes: Allows customization of UltraGridColumn properties like
ExcludeFromColumnChooser, ValueList
Most likely the code here will make decisions based on the column
name (poColumn:Key). This name will either be just the field name
(10.2B service pack 4 and before or 10.2B05 for non joined queries)
or in the form of TableName:ColumnName for 10.2B05 and joined browser
queries.

Parameters:
poGrid Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the SmartDataBrowserControl
poColumn Infragistics.Win.UltraWinGrid.UltraGridColumn
The Column. The callback should directly manipulate the Column properties


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:54:01