DevExtreme jQuery - Guid API
The Guid is an object used to generate and contain a GUID.
                        import { Guid } from "devextreme/common"
                    
            See Also
Methods
This section describes methods that control a Guid instance.
| Name | Description | 
|---|---|
| ctor() | Creates a new Guid instance that contains a generated GUID. | 
| ctor(value) | Creates a new Guid instance that contains the specified GUID. | 
| toString() | Gets the GUID. Works identically to the valueOf() method. | 
| valueOf() | Gets the GUID. Works identically to the toString() method. | 
Feedback