Skip to main content

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

NuGet Package: DevExpress.Win.Snap

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