Version

Search Results

ComponentType Property (UltraDataColumnPropertyDescriptor)

Gets the type of the component this propertyvis bound to. Syntax Property Value A System.Type that represents the type of component this property is bound to. When the GetValue or SetValue methods are invoked, the object specified might be an instance of this type.

DisplayName Property

Gets the name that can be displayed in a window, such as a Properties window. Syntax Property Value The name to display for the member.

GetValue Method (UltraDataColumnPropertyDescriptor)

Returns the passed in object. Syntax Parameters component The component to test for reset capability. Return Value the passed in object.

IsReadOnly Property (UltraDataColumnPropertyDescriptor)

Return true if the column is read-only Syntax

Name Property (UltraDataColumnPropertyDescriptor)

Returns the key of the column. Syntax

PropertyType Property (UltraDataColumnPropertyDescriptor)

Gets the type of the property. Syntax Property Value A System.Type that represents the type of the property.

ResetValue Method (UltraDataColumnPropertyDescriptor)

Does nothing Syntax Parameters component The component to test for reset capability.

SetValue Method (UltraDataColumnPropertyDescriptor)

Component is an instance of UltraGridRow for which to set the value to the bound list. Syntax Parameters component The component with the property value that is to be set.value The new value.

ShouldSerializeValue Method (UltraDataColumnPropertyDescriptor)

Returns true Syntax Parameters component The component with the property to be examined for persistence. Return Value true

UltraDataColumnsCollection.UltraDataColumnsCollectionConverter Class

Summary description for ColumnsCollectionConverter. Syntax