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

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