Skip to main content

ShowSplitTableCellsFormCommand(IRichEditControl) Constructor

In This Article

Initializes a new instance of the ShowSplitTableCellsFormCommand class with the specified owner.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

public ShowSplitTableCellsFormCommand(
    IRichEditControl control
)

#Parameters

Name Type Description
control IRichEditControl

An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl).

See Also