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

TableStyleFormShowingEventArgs.ControllerParameters Property

Gets the information required for initializing the Table Style Dialog dialog controls.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public TableStyleFormControllerParameters ControllerParameters { get; }

Property Value

Type Description
TableStyleFormControllerParameters

A DevExpress.XtraRichEdit.Forms.TableStyleFormControllerParameters object containing information to be displayed in the form.

See Also