NevronOpenVision
Nevron.Nov.Grid Namespace / NGrid Class


In This Topic
    NGrid Class Methods
    In This Topic

    For a list of all members of this type, see NGrid members.

    Public Methods
     NameDescription
    Public MethodDetermines whether the specified rows can be deleted.  
    Public MethodGiven a field from the grid data source, returns the name of the field you can use in grid formulas.  
    Public MethodDeletes the selected rows.  
    Public MethodCalled to inform the grid that a drag operation has ended inside the grid.  
    Public MethodOverloaded. Ensures that the specified row is visible  
    Public MethodMust override to return the data row that represents the specifried row index from the data source.  
    Public MethodGets the default data row height  
    Public MethodInvalidates the element arrange  
    Public MethodCalled by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange.  
    Public MethodInvalidates the element measure and pools the element for measure validation.  
    Public MethodCalled by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure.  
    Public MethodPauses the deferred updates that this grid performs. This includes rows rebuilds, syncrhonization of columns and other.  
    Public MethodResumes the deferred updates that this grid performs. This includes rows rebuilds, syncrhonization of columns and other.  
    Public MethodScrolls the grid one column to the left.  
    Public MethodScrolls the grid one column to the right.  
    Public Method  
    Public MethodScrolls the grid one page down.  
    Public MethodScrolls the grid one page to the left.  
    Public MethodScrolls the grid one page to the right.  
    Public MethodScrolls the grid one page up.  
    Public MethodScrolls the grid one row down.  
    Public MethodScrolls the grid one row up.  
    Public MethodShows the column properties dialog  
    Public MethodCalled to inform the grid that a drag operation has started inside the grid.  
    Public MethodPerforms any deffered updates that are otherwise performed defferly.  
    Public MethodCalled to arrange the element  
    Public MethodCalled to validate the element measure  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodPerforms the core grid arrange  
    Internal Method  
    Protected MethodRebinds the grid to the specified data source.  
    Internal Method  
    Protected MethodCreates an automatic data column for the column at the specified data source index. Raises the AutoCreateColumnEvent event.  
    Protected MethodRecreates the automatic columns for the current data source.  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal MethodOverridden.   
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Protected MethodPerforms the core grid measure  
    Internal Method  
    Protected MethodOverridden. Called when a child was inserted or removed from this node.  
    Protected MethodCalled when the data source has changed from the specified old one to the new one.  
    Protected MethodCalled when multiple rows from the grid data source have been inserted, removed or their values have changed.  
    Protected MethodCalled when a row has been inserted in the grid data source.  
    Protected MethodCalled when a row has been removed from the grid data source.  
    Protected MethodCalled when a row;field value from the grid data source has changed.  
    Protected Internal MethodCalled when the filters hierachy has changed. Raises the FilterRulesChanged event.  
    Protected MethodCalled when the FrozenRows property has changed.  
    Protected MethodCalled when a metric of the horizontal gridlines has changed  
    Protected MethodCalled when the LevelIndend property has changed.  
    Protected Internal MethodCalled when a row is deselected.  
    Protected Method  
    Protected Internal MethodCalled when a row is selected.  
    Protected Internal MethodCalled when the sorting hierachy has changed. Raises the SortingRulesChanged event.  
    Protected MethodCalled when a metric of the vertical gridlines has changed  
    Internal Method  
    Internal MethodOverridden.   
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal MethodOverridden.   
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal MethodOverridden.   
    Top
    See Also