IEditorBase.Id Property
Specifies the component’s unique identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| String | A string that identifies the component. |
Remarks
Refer to the Id property description for additional information and an example.
See Also