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.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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