TableStyleFormControllerParameters(IRichEditControl, TableStyle) Constructor
In This Article
Initializes a new instance of the TableStyleFormControllerParameters class with the specified settings.
Namespace: DevExpress.XtraRichEdit.Forms
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public TableStyleFormControllerParameters(
IRichEditControl control,
TableStyle sourceStyle
)
#Parameters
Name | Type | Description |
---|---|---|
control | IRich |
An object implementing the IRich |
source |
DevExpress. |
A DevExpress. |
See Also