CellDecoratorAttribute class

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Attribute used to set the ICellDecorator type for a property.

[AttributeUsage(AttributeTargets.All)]
public class CellDecoratorAttribute : Attribute

Public Members

name description
CellDecoratorAttribute(…) Creates an instance of the class.
DecoratorType { get; set; } Gets the decorator type.

See Also