Skip to main content
A newer version of this page is available.

TableCellStyleFormControllerParameters(IRichEditControl, TableCellStyle) Constructor

Initializes a new instance of the TableCellStyleFormControllerParameters class with the specified settings.

Namespace: DevExpress.Snap.Core.Forms

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

public TableCellStyleFormControllerParameters(
    IRichEditControl control,
    TableCellStyle sourceCellStyle
)

Parameters

Name Type Description
control IRichEditControl

An object implementing the IRichEditControl interface.

sourceCellStyle DevExpress.XtraRichEdit.Model.TableCellStyle

A DevExpress.XtraRichEdit.Model.TableCellStyle object.

See Also