TableCellStyleFormShowingEventArgs(TableCellStyleFormControllerParameters) Constructor
Initializes a new instance of the TableCellStyleFormShowingEventArgs class with the specified settings.
Namespace: DevExpress.Snap
Assembly: DevExpress.Snap.v21.2.dll
NuGet Package: DevExpress.Win.Snap
Declaration
public TableCellStyleFormShowingEventArgs(
TableCellStyleFormControllerParameters controllerParameters
)
Parameters
Name | Type | Description |
---|---|---|
controllerParameters | TableCellStyleFormControllerParameters | A TableCellStyleFormControllerParameters object. |
See Also