Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • TableCellStyleFormControllerParameters(IRichEditControl, TableCellStyle) Constructor

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

    Namespace: DevExpress.Snap.Core.Forms

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

    NuGet Package: DevExpress.Snap.Core

    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