Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.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