Class LinkClientProperties
Represents client properties of a LinkComponent.
public sealed class LinkClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
- Inheritance
-
objectFormComponentClientProperties<string>LinkClientProperties
- Implements
- Inherited Members
- Extension Methods
Properties
Inactive
Indicates whether the link should be active and shown as link or just a text.
public bool Inactive { get; set; }
Property Value
- bool
OpenInNewTab
Indicates if the link should open in new tab. Defaults to true
.
public bool OpenInNewTab { get; set; }
Property Value
- bool
Text
Text of the link. If null or empty, the component value (the URL) is used instead.
public string Text { get; set; }
Property Value
- string