ASPxDockPanel.VisibleIndex Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value specifying the zero-based index of the panel amongst visible panels in the zone. |
#Remarks
Use the VisibleIndex property to control where the panel is displayed amongst other panels within the zone. To get and set a panel’s visible index on the client side, use the ASPxClientDockPanel.GetVisibleIndex and ASPxClientDockPanel.SetVisibleIndex methods, respectively.
The VisibleIndex property can be used to obtain a panel at runtime via the ASPxClientDockZone.GetPanelByVisibleIndex method of the owner zone on the client side.
Note
The Visible