MaskedEditorAttribute.Mask property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the mask. a = letter, 9 = numeric, * = alphanumeric.

public string Mask { get; set; }

Property Value

The mask.

See Also