Skip to main content

IWebGridColumn.Visible Property

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

Namespace: DevExpress.Web.Internal

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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