Class LinkNamedComponentCellProps
Properties of the LINK_COMPONENT front-end component.
public sealed class LinkNamedComponentCellProps
- Inheritance
-
objectLinkNamedComponentCellProps
- Extension Methods
Properties
Text
Text of the link.
public string Text { get; set; }
Property Value
- string
Url
URL of the link.
public string Url { get; set; }
Property Value
- string