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

TableCellStyleFormShowingEventArgs.ControllerParameters Property

Provides access to the controller of the Modify Style dialog window, defining the parameters of the document model that are eligible to be changed.

Namespace: DevExpress.Snap

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

Declaration

public TableCellStyleFormControllerParameters ControllerParameters { get; }

Property Value

Type Description
TableCellStyleFormControllerParameters

A TableCellStyleFormControllerParameters object.

Remarks

The Modify Style dialog window is invoked when clicking New Cell Style in the Table Tools: Design toolbar.

snap-modify-style-dialog

See Also