constructor

public IgbGridLiteSortingExpression()

Returns IgbGridLiteSortingExpression

[JsonPropertyName("caseSensitive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? CaseSensitive { get; set; }
[JsonPropertyName("direction")]
public GridLiteSortingDirection Direction { get; set; }
[JsonPropertyName("key")]
public string Key { get; set; }