Skip to content

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
parameter description
decorator Decorator type

Public Members

name description
CellDecoratorAttribute(…) Attribute used to set the ICellDecorator type for a property.
DecoratorType { get; set; } Gets the decorator type.

Remarks

Creates an instance of the class.

See Also