'Declaration
<FlagsAttribute()> Public Enum FlexSheetEditOptions Inherits System.Enum
[Flags()] public enum FlexSheetEditOptions : System.Enum
'Declaration
<FlagsAttribute()> Public Enum FlexSheetEditOptions Inherits System.Enum
[Flags()] public enum FlexSheetEditOptions : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.WPF.FlexGrid.FlexSheetEditOptions