ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarOmnidirectional Class / HideLinkageText Property

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