Class PropertyInputButtonActionLink
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a hyperlink button action.
public class PropertyInputButtonActionLink : PropertyInputButtonActionBase
- Inheritance
-
PropertyInputButtonActionLink
- Inherited Members
Constructors
PropertyInputButtonActionLink(PropertyInputButtonActionBase)
Creates a link action based on an existing base action.
public PropertyInputButtonActionLink(PropertyInputButtonActionBase item)
Parameters
itemPropertyInputButtonActionBaseExisting base action.
Properties
Url
Gets or sets the link URL.
public string Url { get; set; }