menu

UWP

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

    Show / Hide Table of Contents

    Class MergeSelectedCellsCommand

    Implements a command to merge the selected table cells.

    Inheritance
    System.Object
    CommandBase
    MergeSelectedCellsCommand
    Implements
    System.Windows.Input.ICommand
    Inherited Members
    CommandBase.CanExecute(Object)
    CommandBase.CanExecuteChanged
    CommandBase.Execute(Object)
    CommandBase.OwnerControl
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public class MergeSelectedCellsCommand : CommandBase, ICommand

    Constructors

    MergeSelectedCellsCommand(SfRichTextBoxAdv)

    Initializes a new instance of the MergeSelectedCellsCommand class for the specified SfRichTextBoxAdv.

    Declaration
    public MergeSelectedCellsCommand(SfRichTextBoxAdv richTextBoxAdv)
    Parameters
    Type Name Description
    SfRichTextBoxAdv richTextBoxAdv

    The SfRichTextBoxAdv instance to which the MergeSelectedCellsCommand is associated.

    Methods

    CanExecuteCommand(Object)

    Defines the method that determines whether the command can execute in its current state.

    Declaration
    public override bool CanExecuteCommand(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    Data used by the command. If the command does not require data to be passed, this object can be set to null.

    Returns
    Type Description
    System.Boolean

    True if this command can be executed.

    Overrides
    CommandBase.CanExecuteCommand(Object)

    ExecuteCommand(Object)

    Defines the method to be called when the command is invoked.

    Declaration
    protected override void ExecuteCommand(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    Data used by the command. If the command does not require data to be passed, this object can be set to null.

    Overrides
    CommandBase.ExecuteCommand(Object)

    Implements

    System.Windows.Input.ICommand

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved