Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapControlCompatibility.DefaultReportThemeName Property

    Gets or sets the default report theme for the SnapControl.

    Namespace: DevExpress.Snap

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public static string DefaultReportThemeName { get; set; }

    Property Value

    Type Description
    String

    A String value that is the theme name. The default is Casual.

    Remarks

    This property enables you to change the theme applied to the Snap documents by default. To do this, assign the required theme name to the DefaultReportThemeName property before the control is created. If the DefaultReportThemeName property is set to null (Nothing in Visual Basic), no theme is applied.

    To set the report theme for a specific document, use the SnapDocument.ApplyTheme method.

    See Also