EditLinkAttribute constructor (1 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Creates a new EditLink attribute

public EditLinkAttribute()

See Also


EditLinkAttribute constructor (2 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Creates a new EditLink attribute with enable/disable option

public EditLinkAttribute(bool value)
parameter description
value True if edit link should be enabled

See Also