Version

Search Results

DataType Property

Columns data type. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.

DefaultValue Property

Default value thats used when no value is specified for a cell of this column. Syntax Example Following code demonstrates the DefaultValue property of UltraDataColumn.

GetObjectData Method (UltraDataColumn)

Invoked during the serialization of the object. Syntax Parameters info The System.Runtime.Serialization.SerializationInfo used to obtain the serialized properties of the objectcontext An System.ComponentModel.ITypeDescriptorContext that provides a format context.

Index Property (UltraDataColumn)

Retruns the index of the column in the parent collection. Syntax Remarks The Index property returns the location of this column in the UltraDataColumnsCollection that this column belongs to. This property returns the same value as the UltraDataColumnsCollection.IndexOf method of the UltraDataColumnsCollection. Exa...