Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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