SpreadsheetNameBoxControl.EditorTypeName Property
Gets the class name of the editor.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
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