Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / FormulaBoxPositions Enumeration


In This Topic
    FormulaBoxPositions Enumeration
    In This Topic
    Value representing the position of the formula box in the WinCalculator control.
    Syntax
    'Declaration
     
    Public Enum FormulaBoxPositions 
       Inherits System.Enum
    'Usage
     
    Dim instance As FormulaBoxPositions
    public enum FormulaBoxPositions : System.Enum 
    Members
    MemberDescription
    BottomThe formula box is located at the bottom of the WinCalculator control.
    TopThe formula box is located at the top of the WinCalculator control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Editors.FormulaBoxPositions

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also