Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ActionId Variable

In This Article

Lists values that identify the Document Viewer’s toolbar commands.

#Declaration

TypeScript
export const ActionId: {
    Design: string;
    FirstPage: string;
    PrevPage: string;
    Pagination: string;
    NextPage: string;
    LastPage: string;
    MultipageToggle: string;
    HighlightEditingFields: string;
    ZoomOut: string;
    ZoomSelector: string;
    ZoomIn: string;
    Print: string;
    PrintPage: string;
    ExportTo: string;
    Search: string;
    FullScreen: string;
};

#Members

Name Type Description
Design string

The Designer toolbar button.

ExportTo string

The Export To toolbar button.

FirstPage string

The First Page toolbar button.

FullScreen string

The Full Screen toolbar button.

HighlightEditingFields string

The Highlight Editing Fields toolbar button.

LastPage string

The Last Page toolbar button.

MultipageToggle string

The Toggle Multipage Mode toolbar button.

NextPage string

The Next Page toolbar button.

Pagination string

The drop-down list that navigates to the selected page.

PrevPage string

The Previous Page toolbar button.

Print string

The Print toolbar button.

PrintPage string

The Print Page toolbar button.

Search string

The Search toolbar button.

ZoomIn string

The Zoom In toolbar button.

ZoomOut string

The Zoom Out toolbar button.

ZoomSelector string

The drop-down list with available zoom factors.