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
trueif this field should be shown in the ticket overview; otherwise,false.
Remarks
This default value of this property is true.