RowEditActionsColumnAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Extensions

Marks a property as the row edit actions column in a grid editor.

[AttributeUsage(AttributeTargets.Property)]
public class RowEditActionsColumnAttribute : Attribute, IIntrinsicPropertyAttributeProvider

Public Members

name description
RowEditActionsColumnAttribute() The default constructor.
virtual PropertyAttributes { get; } The property attributes applied to the edit actions column.

See Also