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

Gets or sets the alignment of the navigation button(s) in the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property NavButtonAlign As enumNavButtonAlign
C# 
public virtual enumNavButtonAlign NavButtonAlign {get; set;}

Property Value

enumNavButtonAlign

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