Class
NamedObjectBase

Provides the base class from which the classes that represent named objects are derived

Definition

Namespace:Telerik.WinForms.Documents.Spreadsheet.Core

Assembly:Telerik.WinControls.RichTextEditor.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 name value.

Declaration

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

Property Value

string

The name value.

Implements INamedObject.Name