Back to Devexpress

TableStyleFormShowingEventArgs.ControllerParameters Property

windowsforms-devexpress-dot-xtrarichedit-dot-tablestyleformshowingeventargs.md

latest1.9 KB
Original Source

TableStyleFormShowingEventArgs.ControllerParameters Property

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

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public TableStyleFormControllerParameters ControllerParameters { get; }
vb
Public ReadOnly Property ControllerParameters As TableStyleFormControllerParameters

Property Value

TypeDescription
TableStyleFormControllerParameters

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

|

See Also

How to: Customize the Hyperlink Form

How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms

TableStyleFormShowingEventArgs Class

TableStyleFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace