dbicList Send comments on this topic.
enumArrowAlign Enumeration
See Also  
dbicBase Assembly > Dbi.WinControl Namespace : enumArrowAlign Enumeration

Specifies alignment of sort arrows on a column.

Syntax

Visual Basic (Declaration) 
Public Enum enumArrowAlign 
   Inherits System.Enum
C# 
public enum enumArrowAlign : System.Enum 

Members

MemberDescription
LeftTo the left of the column header text.
RightTo the right of the column header text.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.enumArrowAlign

Requirements

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

See Also