IDropDownButtonItemInfo.Id Property
In This Article
Returns the item’s unique identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string Id { get; }
#Property Value
Type | Description |
---|---|
String | The item identifier. |
See Also