PropertyItem.Localizable property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the localizable flag of the property. Only fields with this flag are shown in localization tab of entity dialog.

public bool? Localizable { get; set; }

Property Value

The localizable.

See Also