Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ChartSheet.CodeName Property

Gets or sets the code name of the chart sheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

string CodeName { get; set; }

Property Value

Type Description
String

A string value specifying the chart sheet’s code name.

Remarks

Use the CodeName property to specify a stable name of the chart sheet, which does not depend on user input. This name is empty by default.

See Also