ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / CounterType Enumeration

In This Topic
    CounterType Enumeration
    In This Topic
    Determines the type counter style.
    Syntax
    'Declaration
     
    Public Enum CounterType 
       Inherits System.Enum
    public enum CounterType : System.Enum 
    Members
    MemberDescription
    DefaultDefault counter style that uses the CounterFormat string.
    SequenceSequent digits counter style.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1LightBox.CounterType

    See Also