Back to Devexpress

CommandId Type

aspnetcore-js-devexpress-dot-richedit-c8e29b0a.md

latest2.1 KB
Original Source

CommandId Type

An alias type that refers to command ID enumeration types.

Declaration

ts
export type CommandId = FileTabCommandId | HomeTabCommandId | InsertTabCommandId | PageLayoutTabCommandId | ReferencesTabCommandId | MailMergeTabCommandId | ViewTabCommandId | HeaderAndFooterTabCommandId | TableDesignTabCommandId | TableLayoutTabCommandId | FloatingObjectsFormatTabCommandId | ContextMenuCommandId

Members

TypeDescription
FileTabCommandId

Lists commands contained in the File tab.

| | HomeTabCommandId |

Lists commands contained in the Home tab.

| | InsertTabCommandId |

Lists commands contained in the Insert tab.

| | PageLayoutTabCommandId |

Lists commands contained in the Page Layout tab.

| | ReferencesTabCommandId |

Lists commands contained in the References tab.

| | MailMergeTabCommandId |

Lists commands contained in the Mail Merge tab.

| | ViewTabCommandId |

Lists commands contained in the View tab.

| | HeaderAndFooterTabCommandId |

Lists commands contained in the Header And Footer tab.

| | TableDesignTabCommandId |

Lists commands contained in the Design tab.

| | TableLayoutTabCommandId |

Lists commands contained in the Layout tab.

| | FloatingObjectsFormatTabCommandId |

Lists commands contained in the Format tab.

| | ContextMenuCommandId |

Lists commands contained in the Context Menu.

|