Back to Devexpress

IndexPanel.Visible Property

aspnet-devexpress-dot-web-dot-indexpanel.md

latest1.0 KB
Original Source

IndexPanel.Visible Property

Gets or sets whether the Index Panel is visible.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show the index panel; otherwise, false.

|

See Also

IndexPanel Class

IndexPanel Members

DevExpress.Web Namespace