Skip to main content

TableStyleFormShowingEventArgs.ControllerParameters Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v24.2.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