Skip to main content
All docs
V21.2

ISnapControl.ShowTableCellStyleForm(TableCellStyle) Method

For internal use. Invokes the Modify Styles dialog.

Namespace: DevExpress.Snap.Core

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

NuGet Package: DevExpress.Snap.Core

Declaration

void ShowTableCellStyleForm(
    TableCellStyle style
)

Parameters

Name Type Description
style DevExpress.XtraRichEdit.Model.TableCellStyle

A DevExpress.XtraRichEdit.Model.TableCellStyle object.

See Also