IRibbonItem.Target Property
Specifies where to display the URL linked to a Ribbon item.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
string Target { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| String | null | A link target. |
Remarks
Refer to the Target property description for more information and examples.
See Also