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






In This Topic
    HideExtraChecksum Property (BarcodeBase)
    In This Topic
    Indicates whether to show the check digit in the label text of the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Overridable Property HideExtraChecksum As System.Boolean
    'Usage
     
    
    Dim instance As BarcodeBase
    Dim value As System.Boolean
     
    instance.HideExtraChecksum = value
     
    value = instance.HideExtraChecksum
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public virtual System.bool HideExtraChecksum {get; set;}
    public read-write property HideExtraChecksum: System.Boolean; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute()
    public function get,set HideExtraChecksum : System.boolean
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public: __property virtual System.bool get_HideExtraChecksum();
    public: __property virtual void set_HideExtraChecksum( 
       System.bool value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(false)]
    public:
    virtual property System.bool HideExtraChecksum {
       System.bool get();
       void set (    System.bool value);
    }
    See Also