Table of Contents

Method SetColumnVisible

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetColumnVisible(ListControlColumn?, bool)

Sets the visibility of the specified column in the control.

public virtual bool SetColumnVisible(ListControlColumn? column, bool visible)

Parameters

column ListControlColumn

The column whose visibility is to be changed. Can be null.

visible bool

true to make the column visible; false to hide the column.

Returns

bool

true if the column visibility was successfully changed; otherwise, false.