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

In This Topic
    CodeSet Property (Code128)
    In This Topic
    Gets or sets which kind of code set is used in this control.
    Syntax
    'Declaration
     
    Public Overridable Property CodeSet As Code128CodeSet
    public virtual Code128CodeSet CodeSet {get; set;}
    See Also