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

Gets or sets the position of the drop arrows in the title areas of the lists.

Syntax

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

Property Value

ContentAlignment

Remarks

This property is only valid when ControlType Property is Explorer

Requirements

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

See Also