Skip to content

LocalTextPrefixAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets local text prefix for the row.

[AttributeUsage(AttributeTargets.All)]
public class LocalTextPrefixAttribute : Attribute
parameter description
value The prefix.

Public Members

name description
LocalTextPrefixAttribute(…) Sets local text prefix for the row.
Value { get; } Gets the local text prefix.

Remarks

Initializes a new instance of the LocalTextPrefixAttribute class.

See Also