Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NColumn Class / UpdateHeaderContent Method


In This Topic
    UpdateHeaderContent Method
    In This Topic
    Updates the content of the column header. By default the header content is a label displaying the column title and is automatically updated when the Title changes. You may need to call this method when you subcribe for the CreateColumnHeaderContent event and create a custom column header. This method is automatically called by Nevron, when the title property changes.
    Syntax
    'Declaration
     
    
    Public Overridable Sub UpdateHeaderContent() 
    'Usage
     
    
    Dim instance As NColumn
     
    instance.UpdateHeaderContent()
    public virtual void UpdateHeaderContent()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also