Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorButtonStyleList Class
Members


In This Topic
    CalculatorButtonStyleList Class
    In This Topic
    Represents a list of CalculatorButtonStyle objects.
    Object Model
    CalculatorButtonStyleList ClassCalculatorButtonStyle Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ListBindableAttribute(False)>
    Public Class CalculatorButtonStyleList 
       Inherits Xceed.Utils.Collections.ListBase
    'Usage
     
    Dim instance As CalculatorButtonStyleList
    [DefaultMember("Item")]
    [ListBindable(false)]
    public class CalculatorButtonStyleList : Xceed.Utils.Collections.ListBase 
    Remarks

    There are 3 ways to access or modify the items of the list: If you want all verifications to be done, use the List* methods. To bypass the fixed size and read-only verifications, use the Internal* methods. If you do not want to On* methods to be called and you also want to bypass the fixed size and read only verifications, then use the Array* methods.

    When you derive from this class you must call List* for all typed IList implementations.

    Inheritance Hierarchy

    System.Object
          Xceed.Editors.CalculatorButtonStyleList

    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