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


In This Topic
    CreateSortingRule Method
    In This Topic
    Creates a sorting rule for this column.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateSortingRule() As NSortingRule
    'Usage
     
    
    Dim instance As NColumn
    Dim value As NSortingRule
     
    value = instance.CreateSortingRule()
    public virtual NSortingRule CreateSortingRule()
    Remarks
    This implementation raises the CreateColumnSortingRule event. If this event is not handled, it calls the CreateDefaultSortingRule protected method to create a default sorting rule. In all cases the created sorting rule is associated with this column.
    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