Class LinksItem
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class LinksItem : WebControl
Constructors
LinksItem(LinkExtended)
Declaration
public LinksItem(LinkExtended linkItem)
Parameters
| Type | Name | Description |
|---|---|---|
| LinkExtended | linkItem |
Properties
EditMode
Declaration
public bool EditMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
| Type | Name | Description |
|---|---|---|
| HtmlTextWriter | writer |