TableSortRestrictionsMetadata.Sortable Property

Definition

Indicates whether this table has sortable columns

[System.Text.Json.Serialization.JsonPropertyName("sortable")]
public bool? Sortable { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("sortable")>]
member this.Sortable : Nullable<bool> with get, set
Public Property Sortable As Nullable(Of Boolean)

Property Value

Attributes

Applies to