Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / CellButtonVisibility Enumeration


In This Topic
    CellButtonVisibility Enumeration
    In This Topic
    Specifies the visibility of side button.
    Syntax
    'Declaration
     
    Public Enum CellButtonVisibility 
       Inherits System.Enum
    'Usage
     
    Dim instance As CellButtonVisibility
    public enum CellButtonVisibility : System.Enum 
    Members
    MemberDescription
    AlwaysShowIndicates the side button can be always shown.
    NotShowIndicates the side button can never be shown.
    ShowInEditorIndicates the side button can be shown only on the editing state.
    Remarks
    The members of this enumeration allow users to set when to show the side buttons.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.CellButtonVisibility

    See Also