TableStyleFormShowingEventArgs(TableStyleFormControllerParameters) Constructor
In This Article
Initializes a new instance of the TableStyleFormShowingEventArgs class with the specified information for initializing the dialog controls.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
public TableStyleFormShowingEventArgs(
TableStyleFormControllerParameters controllerParameters
)
#Parameters
Name | Type | Description |
---|---|---|
controller |
Table |
A DevExpress. |
See Also