IAccordionItemInfo.Target Property
Returns the Accordion’s item target attribute value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
string Target { get; }
Property Value
Type | Description |
---|---|
String | The “target” attribute value. |
See Also