Namespace: Consultingwerk.SmartComponents.Implementation
Interface 
IDynamicBrowseRendererCustomizer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:IDynamicBrowseRendererCustomizer
Purpose:Service interface that allows extension of the
DynamicBrowserRenderer
Description:Typically based on the CustomProperties object as defined
in the dsDynamicBrowser tables
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Mar 26 14:08:58 CET 2014
Purpose: Allows assignment of custom properties to the Grid
Notes: Typically based on properties in the ttBrowserProperties.CustomProperties
object reference. Developers may access the object instance using
CAST (hBrowserProperties::CustomProperties, <actual type>)



Top Method Summary
Options Name Purpose
+ AssignBrowserProperties (SmartDataBrowser, handle) Allows assignment of custom properties to the Grid
+ AssignColumnProperties (SmartDataBrowser, handle, UltraGridColumn, handle) Allows assignment of custom properties to a Grid Column


Method Detail
Top

PUBLIC AssignBrowserProperties (SmartDataBrowser, handle)

Purpose: Allows assignment of custom properties to the Grid
Notes: Typically based on properties in the ttBrowserProperties.CustomProperties
object reference. Developers may access the object instance using
CAST (hBrowserProperties::CustomProperties, <actual type>)

Parameters:
poBrowser Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the SmartDataBrowser instance
hBrowserProperties HANDLE
The handle of the current ttBrowserProperties record
Top

PUBLIC AssignColumnProperties (SmartDataBrowser, handle, UltraGridColumn, handle)

Purpose: Allows assignment of custom properties to a Grid Column
Notes: Typically based on properties in the ttColumnProperties.CustomProperties
object reference. Developers may access the object instance using
CAST (hColumnProperties::CustomProperties, <actual type>)

Parameters:
poBrowser Consultingwerk.SmartComponents.Implementation.SmartDataBrowser
The reference to the SmartDataBrowser instance
hBrowserProperties HANDLE
The handle of the current ttBrowserProperties record
poColumn Infragistics.Win.UltraWinGrid.UltraGridColumn
The reference to the UltraGridColumn instance
hColumnProperties HANDLE
The handle of the current ttColumnProperties record


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:29:56