Version

Search Results

ShouldSerializeBand Method

Returns true if the property needs to be serialized. Syntax Return Value Returns true if this property is not set to its default value Example

ShouldSerializeReadOnly Method

Returns true if the ReadOnly is set to its non-default value of true. Syntax Return Value Returns true if this property is not set to its default value Example

ShouldSerializeRows Method

Returns true if the property needs to be serialized. Syntax Return Value Returns true if this property is not set to its default value Example

ShouldSerializeUseBindingSource Method

Returns true if the ShouldSerializeUseBindingSource is set to its non-default value of true. Syntax Return Value Returns true if this property is not set to its default value Example

SubObjectPropChangeHandler Property (UltraDataSource)

Returns the event handler that for the OnSubObjectPropChanged method that is used to receive notifications when a property on a sub-object has changed. Syntax

SuspendBindingNotifications Method

Suspends firing of IBindingList related notifications. This is useful if you want to make lot of modifications and temporarily prevent the controls bound to this data source from handling events associated with the data source modification. Syntax Remarks This method along with the SuspendBindingNotifications can ...

UseBindingSource Property

Indicates whether to use BindingSource to manage currency managers via ICurrencyManagerProvider implementation. Default value is true. Syntax Remarks In CLR2.0 framework, a new BindingSource data source wrapper object was introduced that solved some performance issues with binding hierarchical data sources with hi...

UltraDataSource Constructor()

Constructor. Initializes a new instance of UltraDataSource. Syntax Example Following code shows how to setup an UltraDataSource with some columns and rows. It creates a hiearchical data source with two bands.

UltraDataSource Constructor(IContainer)

Constructor. Initializes a new instance of UltraDataSource. Syntax Parameters container An System.ComponentModel.IContainer that represents the container of the UltraDataSource