Table of Contents

Class SortInfo

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll
public record SortInfo : IEquatable<SortInfo>
Inheritance
SortInfo
Implements
Inherited Members

Constructors

SortInfo(string, SortDirection)

public SortInfo(string Column, SortDirection Direction)

Parameters

Column string
Direction SortDirection

Properties

Column

public string Column { get; init; }

Property Value

string

Direction

public SortDirection Direction { get; init; }

Property Value

SortDirection
To top