Property ShowColumnInTicketOverview
ShowColumnInTicketOverview
Gets or sets a value indicating whether this field should be shown in the ticket overview.
[JsonProperty]
public bool ShowColumnInTicketOverview { get; set; }
Property Value
- bool
true
if this field should be shown in the ticket overview; otherwise,false
.
Remarks
This default value of this property is true
.