NevronOpenVision
Nevron.Nov.Grid Namespace / NHeaderCollectionBase<T> Class
Fields Properties Methods Events


In This Topic
    NHeaderCollectionBase<T> Class Members
    In This Topic

    The following tables list the members exposed by NHeaderCollectionBase<T>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Height property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NHeaderCollectionBase  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Visible property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Width property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowHeight property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowWidth property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowX property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowY property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the X property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Y property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of elements in this collection.  
    Public PropertyGets or sets the desired width of this collection. Automatically updated by Nevron.  
    Public PropertyGets the Height of this collection. Automatically updated by Nevron.  
    Public PropertyGets whether the arrange of the element is valid.  
    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 or sets the element at the specified index.  
    Public PropertyGets the grid view to which this collection belongs  
    Public PropertyGets or sets whether the row headers are visible or not. By default true.  
    Public PropertyGets the Width of this collection. Automatically updated by Nevron.  
    Public PropertyGets the window area in which this collection is visualized (in grid coordinates). This is a shortcut property that gets the WindowX, WindowY, WindowWidth and WindowHeight properties as NRectangle.  
    Public PropertyGets the height of the window in which this collection is visualized. Automatically updated by Nevron.  
    Public PropertyGets the width of the window in which this collection is visualized. Automatically updated by Nevron.  
    Public PropertyGets the X coordinate of the window in which this collection is visualized (in grid coordinates) Automatically updated by Nevron.  
    Public PropertyGets the Y coordinate of the window in which this collection is visualized (in grid coordinates) Automatically updated by Nevron.  
    Public PropertyGets the X coordinate of the zero local coordinate inside the grid coordinate system. Automatically updated by Nevron.  
    Public PropertyGets the Y coordinate of the zero local coordinate inside the grid coordinate system. Automatically updated by Nevron.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds (appends) the item at the end of the collection  
    Public MethodOverridden. Overriden to return true  
    Public MethodRemoves all children  
    Public MethodQueries whether this collection contains the specified element at least once  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets an iterator that iterates through the children in forward order.  
    Public MethodGets an iterator that iterates throw the child elements in reverse order.  
    Public MethodOverridden. Gets the matrix that transforms local to parent coordinates  
    Public MethodOverloaded. Overridden. Hit tests the node by point.  
    Public MethodReturns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection.  
    Public MethodInserts the item at the specified index  
    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 MethodOverloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system  
    Public MethodOverloaded. Overridden. Transforms a point in parent coordinates to local coordinates  
    Public MethodRemoves the specified item.  
    Public MethodRemoves the item at the specified index  
    Public MethodConverts this set to an array.  
    Public MethodCalled to arrange the element  
    Public MethodCalled to validate the element measure  
    Top
    Protected Methods
     NameDescription
    Protected MethodArranges the columns  
    Protected MethodGets the hit test region for this widget. The returned region is used in both point and region widget hit tests.  
    Internal Method  
    Internal MethodOverridden.   
    Protected MethodOverriden to calculate the column collection width and height  
    Protected MethodCalled when the Height property has changed  
    Protected MethodCalled when a metric of the horizontal gridlines has changed  
    Protected MethodOverridden.   
    Protected MethodCalled when a metric of the vertical gridlines has changed  
    Protected MethodCalled when the Visible property has changed  
    Protected MethodCalled when the Width property has changed  
    Protected MethodCalled when the WindowHeight property has changed  
    Protected MethodCalled when the WindowWidth property has changed  
    Protected MethodCalled when the WindowX property has changed  
    Protected MethodCalled when the WindowY property has changed  
    Protected MethodCalled when the X property has changed  
    Protected MethodCalled when the Y property has changed  
    Protected MethodPaints the header gridlines  
    Protected MethodOverridden. Determines whether the visitor needs to visit this displayable branch. Returns true if the Visible property is set to false.  
    Top
    See Also