ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1Field Class / SortExpression Property

In This Topic
    SortExpression Property (C1Field)
    In This Topic
    Gets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting.
    Syntax
    'Declaration
     
    Public Overridable Property SortExpression As System.String
    public virtual System.string SortExpression {get; set;}
    Remarks
    This property does not bind the column to a field in data source. To bind a column to a field, see the documentation for the specific column type.
    See Also