ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Gs1DataBarBase Class / HideExtraChecksum Property

In This Topic
    HideExtraChecksum Property (Gs1DataBarBase)
    In This Topic
    Indicates whether to show the check digit in the label text of the control.
    Syntax
    'Declaration
     
    Public Overridable Property HideExtraChecksum As Boolean
    public virtual bool HideExtraChecksum {get; set;}
    See Also