Share via


ITableColumnDefinition.DefaultVisible Property

Definition

Indicates whether the column is visible by default.

public:
 property bool DefaultVisible { bool get(); };
public:
 property bool DefaultVisible { bool get(); };
public bool DefaultVisible { get; }
member this.DefaultVisible : bool
Public ReadOnly Property DefaultVisible As Boolean

Property Value

Returns Boolean.

Remarks

If this returns false then the column will be hidden the first time there is data in the table that could be shown using this column.

Applies to