ComponentOne BarCode for UWP
C1.BarCode Namespace / Code49Options Class / Grouping Property

In This Topic
    Grouping Property
    In This Topic
    Gets or sets a value indicating whether grouping is set for the barcode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property Grouping As System.Boolean
    [System.ComponentModel.DefaultValue(false)]
    public System.bool Grouping {get; set;}
    See Also