Share via


TableColumnDefinitionBase.DefaultVisible Property

Definition

Indicates whether the column is visible by default.

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

Property Value

Returns Boolean.

Implements

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