Table of Contents

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

Creates a link action based on an existing base action.

public PropertyInputButtonActionLink(PropertyInputButtonActionBase item)

Parameters

item PropertyInputButtonActionBase

Existing base action.

Properties

Gets or sets the link URL.

public string Url { get; set; }

Property Value

string