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

SnapControlCompatibility.DefaultReportThemeName Property

Gets or sets the default report theme for the SnapControl.

Namespace: DevExpress.Snap

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

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