Skip to main content
Row

ChartSheet.CodeName Property

Gets or sets the chart sheet’s code name.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string CodeName { get; set; }

Property Value

Type Description
String

The code name.

Remarks

Use the CodeName property to specify an internal chart sheet name that does not change when a user renames the chart sheet.

See Also