Version

Search Results

Customizer Property

Returns the Infragistics.Shared.ResourceCustomizer for this assembly. Syntax

GetObject Method

Returns the resource object using the specified name. Syntax Parameters name Name of the resource item Return Value An object containing the specified resource

GetString(String) Method

Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified. Syntax Parameters name Name of the string resource to return. Return Value The resource string using the specified resource name and default culture.

GetString(String,Object[]) Method

Returns the resource string using the specified name and default culture. Syntax Parameters name Name of the string resource to return.args Arguments supplied to the string.Format method when formatting the string. Return Value The resource string using the specified resource name and default culture.

GetString Method

Returns the resource string using the specified name and default culture. Overload List

RowAddedEventArgs Class

Event args for UltraDataSource.RowAdded event. Syntax

RowAddedEventArgs Class Members

Public Constructors Public Properties

RowAddedEventArgs Constructor

Constructor. Syntax Parameters row

RowAddedEventHandler Delegate

Delegate for RowAdded event. Syntax Parameters sender e Example Following code shows some of the information available in RowAdding and RowAdded events. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific information and code examples...