dbicExplorerBar Send comments on this topic.
ListIndex Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : ListIndex Property

Gets or sets the selected or open list in the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ListIndex As Integer
C# 
public virtual int ListIndex {get; set;}

Property Value

integer

Remarks

This property is only valid when ControlType Property is Navigation or SideBar

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also