Skip to main content
A newer version of this page is available. .

IWebGridColumn.Visible Property

Gets or sets a value that specifies whether the column is visible.

Namespace: DevExpress.Web.Internal

Assembly: DevExpress.Web.v18.2.dll

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true to show the column; otherwise, false.

Remarks

If the column is visible, its position among the visible columns is specified by the IWebGridColumn.VisibleIndex property.

See Also