Class \Prado\Web\UI\WebControls\TBulletedListDisplayMode
        TBulletedListDisplayMode class.
        
    TBulletedListDisplayMode defines the enumerable type for the possible display mode of a TBulletedList control.
The following enumerable values are defined:
- Text: the bulleted list items are displayed as plain texts
 - HyperLink: the bulleted list items are displayed as hyperlinks
 - LinkButton: the bulleted list items are displayed as link buttons that can cause postbacks
 
Class hierarchy
- \Prado\Web\UI\WebControls\TBulletedListDisplayMode
 - 
                    
                \Prado\TEnumerable
                    implements
                            Iterator                                 
Since: 3.0.4
                            __construct,                             current,                             key,                             next,                             rewind,                             valid                     | 
    
            
                public
                                mixed
            
         | 
        
            
                HyperLink
            
             | 
        
            'HyperLink'
             | 
    
            
                public
                                mixed
            
         | 
        
            
                LinkButton
            
             | 
        
            'LinkButton'
             | 
    
            
                public
                                mixed
            
         | 
        
            
                Text
            
             | 
        
            'Text'
             |