NevronOpenVision
Nevron.Nov.Grid Namespace / NDataRow Class
Fields Properties Methods Events


In This Topic
    NDataRow Class Members
    In This Topic

    The following tables list the members exposed by NDataRow.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDataRow  
    Public Fieldstatic (Shared in Visual Basic)Reference to the the RowIndex property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the collection of data cells. It is automatically created and populated with data cells when the data cells are loaded.  
    Public PropertyGets the index of the row in the data source that this data row represents.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Gets the cell at the specified index.  
    Public MethodOverridden. Gets the count of cells in this row.  
    Public MethodOverloaded. Gets the data row value for the specified column.  
    Public MethodOverloaded. Sets the data row value for the specified column.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to accumulate the cells inside the Cells collection.  
    Protected MethodOverridden. Overriden to arrange the data cells.  
    Internal Method  
    Protected MethodOverridden. Measures the data row header  
    Internal Method  
    Internal Method  
    Protected MethodOverridden. Overriden to measure the data cells  
    Protected MethodOverridden. Loads the row content  
    Internal MethodOverridden.   
    Protected MethodOverridden. Unloads the row content  
    Top
    See Also