ASPxClientHtmlEditorTabEventArgs.name Property
Gets the name that uniquely identifies an editor tab.
Declaration
name: string
Property Value
| Type | Description |
|---|---|
| string | A string value that is the tab name. |
Remarks
The name property can return one of the following values: “Design”, “HTML”, or “Preview”.
See Also