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

ISnapControl.ShowTableCellStyleForm(TableCellStyle) Method

For internal use. Invokes the Modify Styles dialog.

Namespace: DevExpress.Snap.Core

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

void ShowTableCellStyleForm(
    TableCellStyle style
)

Parameters

Name Type Description
style DevExpress.XtraRichEdit.Model.TableCellStyle

A DevExpress.XtraRichEdit.Model.TableCellStyle object.

See Also