menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditCommands - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditCommands

    Inheritance
    System.Object
    EditCommands
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public static class EditCommands

    Fields

    AutoIndent

    Initializes a new instance of the RoutedUICommand class for Auto-indentation operation.

    Declaration
    public static readonly RoutedUICommand AutoIndent
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Backspace

    Initializes a new instance of the RoutedUICommand class for Backspace operation

    Declaration
    public static RoutedUICommand Backspace
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    CollapseAll

    Initializes a new instance of the RoutedUICommand class for CollapseAll operation

    Declaration
    public static RoutedUICommand CollapseAll
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    CommentSelection

    Initializes a new instance of the RoutedUICommand class for Comment Selection operation

    Declaration
    public static readonly RoutedUICommand CommentSelection
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Copy

    Initializes a new instance of the RoutedUICommand class for Copy operation

    Declaration
    public static RoutedUICommand Copy
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Cut

    Initializes a new instance of the RoutedUICommand class for Cut operation

    Declaration
    public static RoutedUICommand Cut
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    DecreaseIndent

    Initializes a new instance of the RoutedUICommand class for Decrease Indent operation

    Declaration
    public static RoutedUICommand DecreaseIndent
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Delete

    Initializes a new instance of the RoutedUICommand class for Delete operation

    Declaration
    public static RoutedUICommand Delete
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    ExpandAll

    Initializes a new instance of the RoutedUICommand class for ExpandAll operation

    Declaration
    public static RoutedUICommand ExpandAll
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Find

    Initializes a new instance of the RoutedUICommand class for Find operation

    Declaration
    public static RoutedUICommand Find
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    FindAllReferences

    Initializes a new instance of the RoutedUICommand class for Find All references operation

    Declaration
    public static RoutedUICommand FindAllReferences
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    IncreaseIndent

    Initializes a new instance of the RoutedUICommand class for Increase Indent operation

    Declaration
    public static RoutedUICommand IncreaseIndent
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    InsertNewLine

    Initializes a new instance of the RoutedUICommand class for Inserting an empty line (Ctrl + Enter) operation.

    Declaration
    public static readonly RoutedUICommand InsertNewLine
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    New

    Initializes a new instance of the RoutedUICommand class for New operation

    Declaration
    public static RoutedUICommand New
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Open

    Initializes a new instance of the RoutedUICommand class for Open operation

    Declaration
    public static RoutedUICommand Open
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Outlining

    Initializes a new instance of the RoutedUICommand class for Outlining operation.

    Declaration
    public static readonly RoutedUICommand Outlining
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Paste

    Initializes a new instance of the RoutedUICommand class for Paste operation

    Declaration
    public static RoutedUICommand Paste
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Print

    Initializes a new instance of the RoutedUICommand class for Print operation.

    Declaration
    public static readonly RoutedUICommand Print
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    PrintPreview

    Initializes a new instance of the RoutedUICommand class for Print Preview.

    Declaration
    public static readonly RoutedUICommand PrintPreview
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Redo

    Initializes a new instance of the RoutedUICommand class for Redo operation

    Declaration
    public static RoutedUICommand Redo
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Replace

    Initializes a new instance of the RoutedUICommand class for Replace operation

    Declaration
    public static RoutedUICommand Replace
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Save

    Initializes a new instance of the RoutedUICommand class for Save operation

    Declaration
    public static RoutedUICommand Save
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    SaveAs

    Initializes a new instance of the RoutedUICommand class for SaveAs operation

    Declaration
    public static RoutedUICommand SaveAs
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Search

    Initializes a new instance of the RoutedUICommand class for Search Text operation

    Declaration
    public static RoutedUICommand Search
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    SearchInSelected

    Initializes a new instance of the RoutedUICommand class for Search Text in selected text operation

    Declaration
    public static RoutedUICommand SearchInSelected
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    SelectAll

    Initializes a new instance of the RoutedUICommand class for SelectAll operation

    Declaration
    public static RoutedUICommand SelectAll
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    ShowIntellisense

    Initializes a new instance of the RoutedUICommand class for Show Intellisense operation

    Declaration
    public static RoutedUICommand ShowIntellisense
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    UncommentSelection

    Initializes a new instance of the RoutedUICommand class for UnComment Selection operation

    Declaration
    public static readonly RoutedUICommand UncommentSelection
    Field Value
    Type
    System.Windows.Input.RoutedUICommand

    Undo

    Initializes a new instance of the RoutedUICommand class for Undo operation

    Declaration
    public static readonly RoutedUICommand Undo
    Field Value
    Type
    System.Windows.Input.RoutedUICommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved