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


In This Topic
    NColumnHeader Class Members
    In This Topic

    The following tables list the members exposed by NColumnHeader.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the FilterButtonChild child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IsPressed property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NColumnHeader.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowFilterButton property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowSortingButton property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SortingButton child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Spacing property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the symbol box that represents the column filter.  
    Public PropertyGets whether the header is currently pressed. Automatically updated by Nevron.  
    Public PropertyGets the column that owns this header.  
    Public PropertyGets or sets whether the filter button must be shown. Automatically updated by Nevron depending on the allowed Column and Grid filtering.  
    Public PropertyGets or sets whether the sorting button must be shown. Automatically updated by Nevron depending on the allowed Column and Grid sorting.  
    Public PropertyGets or sets the symbol box that represents the column sorting direction.  
    Public PropertyGets or sets the spacing between the content and the filter and sorting boxes.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to layout the content.  
    Protected MethodOverridden. Gets the hit test region for this widget. The returned region is used in both point and region widget hit tests.  
    Protected MethodOverridden. Overriden to measure the content.  
    Protected MethodCalled when the filter button is clicked. This implementation shows the column filter dialog.  
    Protected MethodCalled when the value of the ShowFilterButton property has changed  
    Protected MethodCalled when the value of the ShowSortingButton property has changed  
    Protected MethodCalled when the sorting button is clicked. This implementation toggles the sorting direction of the column.  
    Top
    See Also