Gets the cell value associated with the specified column. Overload List
Gets the child rows associated with the child band at the childBandIndex location in the child bands collection of the rows band. Syntax Parameters childBandIndex Index in the child bands collection returned by ChildBands property of this rows band. Return Value Returns the child rows. Remarks The rows band must h...
Gets the child rows associated with the child band with the specified key in the child bands collection of the rows band. Syntax Parameters childBandKey Child band key. Child bands collection returned by ChildBands property of this rows band must contain an entry with this key. Return Value Returns the child rows....
Gets the child rows for the specified child band. Syntax Parameters childBand Child rows associated with this child band will be returned. Return Value The child rows of the specified child band. Remarks The specified band must be a child band of the band associated with this row. The property of the UltraDataBand...
Gets the child rows associated with the child band with the specified key in the child bands collection of the rows band. Overload List
Gets serialization information with all of the non-default information required to reinstantiate 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...
Index of this row in the parent collection. Syntax Example Following code shows some of the information available in InitializeDataRow event and typical usage for it. 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...
Gets or sets the cell value associated with the column with the specified index. Syntax Parameters columnIndex Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.
Gets or sets the cell value associated with the column with the specified key. Syntax Parameters columnKey Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.
Gets or sets the cell value associated with the specified column. Syntax Parameters column Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.