FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / FlexSheetEditOptions Enumeration

In This Topic
    FlexSheetEditOptions Enumeration
    In This Topic
    Specifies constants that define edit option.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum FlexSheetEditOptions 
       Inherits System.Enum
    [Flags()]
    public enum FlexSheetEditOptions : System.Enum 
    Members
    MemberDescription
    AllShow all of edit option contextMenus and allow drag sheet tabs.
    AllowDragAllow drag the sheet tabs.
    DeleteShow contextMenu that delete a selected sheet.
    HideShow contextMenu that hide a selected sheet.
    InsertShow contextMenu that insert a new sheet.
    NoneNot show contextMenu of FlexSheet tabs.
    RenameShow contextMenu that rename a selected sheet.
    UnhideShow contextMenu that unhide all of hidden sheet.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.FlexSheetEditOptions

    See Also