Skip to main content
Tab

IndexPanel.Visible Property

Gets or sets whether the Index Panel is visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

#Property Value

Type Default Description
Boolean true

true to show the index panel; otherwise, false.

See Also