Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.ColumnVisibilityStatus Enumeration

Defines how the column is shown.

Class: (none)
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

public enum ColumnVisibilityStatus;

Values

NameValueDescription
Shown0By default the column is shown. The user can change the column using the column selection dropdown (if available).
NotShown1By default the column is not shown. The user can change the column using the column selection dropdown (if available).
AlwaysShown2By column is always shown. The user cannot change the column using the column selection dropdown.

See Also YetaWF.ComponentsHTML PackageYetaWF.Core