ActionLink property

TControlActionLink? get ActionLink

Implementation

TControlActionLink?
  get ActionLink => _actionLink;
set ActionLink (TControlActionLink? value)

Implementation

set ActionLink(TControlActionLink? value) => _actionLink = value;