Skip to main content
A newer version of this page is available. .

SpreadsheetNameBoxControl.EditorTypeName Property

Gets the class name of the editor.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

public override string EditorTypeName { get; }

Property Value

Type Description
String

A System.String object identifying the class name.

Remarks

The EditorTypeName property returns the class name (“SpreadsheetNameBoxControl” in this case).

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also