TableStyleFormControllerParameters(IRichEditControl, TableStyle) Constructor
Initializes a new instance of the TableStyleFormControllerParameters class with the specified settings.
Namespace: DevExpress.XtraRichEdit.Forms
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
public TableStyleFormControllerParameters(
IRichEditControl control,
TableStyle sourceStyle
)
Parameters
Name | Type | Description |
---|---|---|
control | IRichEditControl | An object implementing the IRichEditControl interface. |
sourceStyle | DevExpress.XtraRichEdit.Model.TableStyle | A DevExpress.XtraRichEdit.Model.TableStyle object. |
See Also