[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.FlexSheetEditOptions

FlexSheetEditOptions Enum

Specifies constants that define edit option.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
[Flags]
public enum FlexSheetEditOptions

Fields

Name Description
All

Show all of edit option contextMenus and allow drag sheet tabs.

AllowDrag

Allow drag the sheet tabs.

Delete

Show contextMenu that delete a selected sheet.

Hide

Show contextMenu that hide a selected sheet.

Insert

Show contextMenu that insert a new sheet.

None

Not show contextMenu of FlexSheet tabs.

Rename

Show contextMenu that rename a selected sheet.

Unhide

Show contextMenu that unhide all of hidden sheet.