Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / FormulaBoxAppearance Class / Position Property


In This Topic
    Position Property (FormulaBoxAppearance)
    In This Topic
    Gets or sets the position of the formula box.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The position of the formula box within the WinCalculator.")>
    <CategoryAttribute("Appearance")>
    Public Property Position As FormulaBoxPositions
    'Usage
     
    Dim instance As FormulaBoxAppearance
    Dim value As FormulaBoxPositions
     
    instance.Position = value
     
    value = instance.Position
    [Description("The position of the formula box within the WinCalculator.")]
    [Category("Appearance")]
    public FormulaBoxPositions Position {get; set;}

    Property Value

    A FormulaBoxPositions value representing the position of the formula box within the WinCalculator.
    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