Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NHeaderColumnExtendedInfo Class / SortMode Property


In This Topic
    SortMode Property (NHeaderColumnExtendedInfo)
    In This Topic
    Gets/sets the sort mode associated with this column.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the sort mode associated with this column.")>
    Public Property SortMode As SortMode
    'Usage
     
    
    Dim instance As NHeaderColumnExtendedInfo
    Dim value As SortMode
     
    instance.SortMode = value
     
    value = instance.SortMode
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Description("Gets/sets the sort mode associated with this column.")]
    public SortMode SortMode {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also