Class
NamedObjectBase

Base type for named objects across document‑processing APIs, providing a stable identifier for lookups and serialization.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Core

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public abstract class NamedObjectBase : INamedObject

Inheritance: objectNamedObjectBase

Derived Classes: DocumentThemeThemeColorSchemeThemeFontScheme

Implements: INamedObject

Constructors

NamedObjectBase(string)

Initializes a new instance of the NamedObjectBase class.

Declaration

cs-api-definition
protected NamedObjectBase(string name)

Parameters

name

string

The name.

Properties

Name

Gets the canonical name used to reference this object in document operations.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name value.

Implements INamedObject.Name