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

Gets or sets the maximum amount of navigation bars to be drawn in the control.

Syntax

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

Property Value

Integer

Remarks

This property is only valid when ControlType Property is Navigation

Requirements

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

See Also