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 toolbar commands.

#Declaration

TypeScript
export const ActionId: {
    Cut: string;
    Copy: string;
    Paste: string;
    Delete: string;
    Undo: string;
    Redo: string;
    ZoomOut: string;
    ZoomSelector: string;
    ZoomIn: string;
};

#Members

Name Type Description
Copy string

The Copy toolbar button.

Cut string

The Cut toolbar button.

Delete string

The Delete toolbar button.

Paste string

The Paste toolbar button.

Redo string

The Redo toolbar button.

Undo string

The Undo 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.