Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorButtonStyleList Class / Item Property
A reference to a CalculatorButtonStyle object representing the button associated with the specified CalculatorFunctions.


In This Topic
    Item Property (CalculatorButtonStyleList)
    In This Topic
    Gets the button associated with the specified CalculatorFunctions.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal function As CalculatorFunctions _
    ) As CalculatorButtonStyle
    'Usage
     
    Dim instance As CalculatorButtonStyleList
    Dim function As CalculatorFunctions
    Dim value As CalculatorButtonStyle
     
    value = instance.Item(function)
    public CalculatorButtonStyle this[ 
       CalculatorFunctions function
    ]; {get;}

    Parameters

    function
    A reference to a CalculatorButtonStyle object representing the button associated with the specified CalculatorFunctions.
    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