TableColumnDefinitionBase.DefaultVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.