NevronOpenVision
Nevron.Nov.Grid Namespace / NRow Class


In This Topic
    NRow Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets the background fill of the row.  
    Public PropertyGets whether the row can be expanded. Automatically updated by Nevron.  
    Public PropertyGets the desired header height of the row. Automatically updated by Nevron.  
    Public PropertyGets the expand-collapse symbol of the row. It is automatically created/destroyed when the row is realized/virtualized  
    Public PropertyGets or sets the fixed height of the row header. The default value of this property is Double.NaN, which means that the row sizes to fit its content if realized.  
    Public PropertyGets the Height of the row including its details content.  
    Public PropertyGets whether the arrange of the element is valid.  
    Public PropertyGets whether this row content is created.  
    Public PropertyGets whether this is the current row. Automatically updated by Nevron. Use the NGridView.Selection methods to change the current row and cell.  
    Public PropertyGets whether this row is editing.  
    Public PropertyGets whether the row is expanded or not. By default false. Automatically updated by Nevron. Use the Expand() and Collapse() methods to expand/collapse the row, if it CanExpand.  
    Public PropertyGets whether this row is frozen (e.g. non-scrollable). Automatically updated by Nevron.  
    Public PropertyGets whether the measure of the element is valid  
    Public PropertyGets whether the element is pooled for arrange validation.  
    Public PropertyGets whether the element is pooled for measure validation.  
    Public PropertyGets whether this row is realized (e.g. loaded with content). Automatically updated by Nevron.  
    Public PropertyGets whether this row is selected. Automatically updated by Nevron. Use the NGridView.Selection methods to select and deselect rows.  
    Public PropertyGets the level of this row in the hierarchy.  
    Public PropertyGets the collection in which this row resides  
    Public PropertyGets the grid view to which this cell belongs  
    Public PropertyGets the row owning this row. Returns null if the row does not have a parent row (i.e. is a root row).  
    Public PropertyGets the root row owning this row. Returns this row if the row does not have a parent row, otherwise returns the parent row root row.  
    Public PropertyTries to get the row header. A valid instance is only returned when the row is realized and the row headers are visible.  
    Public PropertyGets the Y coordinate of the row inside its collection  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Internal Property  
    Top
    See Also