[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.Gs1DataBarExpandedStackedBuilder

Gs1DataBarExpandedStackedBuilder Class

Defines a builder to configurate Gs1DataBarExpandedStacked.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class Gs1DataBarExpandedStackedBuilder : Gs1DataBarBaseBuilder<Gs1DataBarExpandedStacked, Gs1DataBarExpandedStackedBuilder>, IHtmlString

Constructors

Name Description
Gs1DataBarExpandedStackedBuilder(Gs1DataBarExpandedStacked)

Creates one Gs1DataBarExpandedStackedBuilder instance to configurate component.

Methods

Name Description
AutoWidth(bool)

Configurates AutoWidth. Sets a value indicating whether the control width should automatically change along with the Value length.

AutoWidthZoom(int)

Configurates AutoWidthZoom. Sets a zoom factor applied to the automatically calculated control width.

RowCount(int)

Configurates RowCount. Sets how many row count of the RSS Expanded will be stacked in.

Extension Methods