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

ColorScheme.DisplayName Property

Specifies the color scheme name displayed on the Choose a Report Color Scheme wizard page.

Namespace: DevExpress.XtraReports.Wizards.ColorSchemes

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

A string that specifies the color scheme name displayed on the Choose a Report Color Scheme wizard page.

See Also