ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / JapanesePostal Class / HideExtraChecksum Property

In This Topic
    HideExtraChecksum Property (JapanesePostal)
    In This Topic
    Indicates whether to show the check digit in the label text of the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(False)>
    Public Overridable Property HideExtraChecksum As Boolean
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool HideExtraChecksum {get; set;}
    See Also