StiTableColumnVisible Property |
Gets or sets a visibility of the column.
Namespace:
Stimulsoft.Dashboard.Components.Table
Assembly:
Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax [TypeConverterAttribute(typeof(StiBoolConverter))]
public virtual bool Visible { get; set; }
<TypeConverterAttribute(GetType(StiBoolConverter))>
Public Overridable Property Visible As Boolean
Get
Set
Property Value
Type:
BooleanImplements
IStiTableColumnVisibleSee Also