Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 967 Bytes

FormatterOptionAttribute.md

File metadata and controls

21 lines (15 loc) · 967 Bytes

FormatterOptionAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Adds a formatter option

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true)]
public class FormatterOptionAttribute : Attribute

Public Members

name description
FormatterOptionAttribute(…) Initializes a new instance of the FormatterOptionAttribute class.
Key { get; } Gets the option key.
Value { get; } Gets the option value.

See Also