Version

Search Results

ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method

Converts the given value object to the specified type, using the specified context and culture information. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.culture A System.Globalization.CultureInfo. If null is passed, the current culture is assumed.value Th...

ConvertTo Method (UltraDataColumn.UltraDataColumnTypeConverter)

Converts the given value object to the specified type, using the specified context and culture information. Overload List

UltraDataColumn Class

UltraDataColumn class. Represents a column in the data structure of the UltraDataSource. Syntax Remarks You can define one or more columns using the UltraDataColumnsCollection.Add method of the UltraDataColumnsCollection. Example Following code shows how to setup an UltraDataSource with some columns and rows. It c...

UltraDataColumnPropertyDescriptor Class

Property descriptor associated with an UltraDataColumn instance. Syntax

UltraDataColumnPropertyDescriptor Class Members

Public Properties Protected Properties Public Methods Protected Methods

UltraDataColumnPropertyDescriptor Class Methods

Public Methods Protected Methods

UltraDataColumnPropertyDescriptor Class Properties

Public Properties Protected Properties

CanResetValue Method (UltraDataColumnPropertyDescriptor)

Returns true Syntax Parameters component The component to test for reset capability. Return Value Returns true

Column Property (UltraDataColumnPropertyDescriptor)

Returns the associated column. Syntax