Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapDocument.SaveCurrentTheme(String) Method

    Saves the current theme to a specified file.

    Namespace: DevExpress.Snap.Core.API

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    void SaveCurrentTheme(
        string fileName
    )

    Parameters

    Name Type Description
    fileName String

    A String object, specifying the file to which to save the current theme.

    See Also