DeleteRowActionFormatterAttribute class

namespace: Serenity.Extensions   assemblySerenity.Extensions

An attribute that sets the formatter type to Serenity.Extensions.DeleteRowActionFormatter and its options.

[AttributeUsage(AttributeTargets.All)]
public class DeleteRowActionFormatterAttribute : CustomFormatterAttribute

Public Members

name description
DeleteRowActionFormatterAttribute() Creates a new instance of the DeleteRowActionFormatterAttribute class.
const Key The formatter type key.

See Also