Skip to main content

SnapList.ApplyTableStyles(Int32) Method

Applies the selected table style to the current list at the specified nesting level.

Namespace: DevExpress.Snap.Core.API

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

NuGet Package: DevExpress.Snap.Core

Declaration

void ApplyTableStyles(
    int level
)

Parameters

Name Type Description
level Int32

An integer value, specifying the document nesting level.

See Also