[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Editor

Editor Class

Represents the information about the availability of common actions with the report and selected items.

Inheritance
Editor
Namespace: GrapeCity.ActiveReports.Blazor.Designer
Assembly: MESCIUS.ActiveReports.Blazor.Designer.dll
Syntax
public class Editor

Methods

Name Description
CanCopy()

Checks if the copy action is available for the selected item/items.

CanCut()

Checks if the cut action is available for the selected item/items.

CanDelete()

Checks if the delete action is available for the selected item/items.

CanPaste()

Checks if the paste action is available for the selected item/items.

CanRedo()

Checks if the redo action is available.

CanUndo()

Checks if the undo action is available.

Copy()

Performs the copy action.

Cut()

Performs the cut action.

Delete()

Performs the delete action.

Paste()

Performs the paste action.

Redo()

Performs the redo action.

Undo()

Performs the undo action.