TIWCGPanelList.ListStyle Property

Note

 

Gets or Sets the theme of list.

Namespace: IWCGPanelList
published
 property ListStyle: string read FListStyle write SetListStyle stored IsListStyleStored;

Property Value

Type: string

 

The list of available themes.

Note
You can create your own theme for the list.

See the example of theme in:css/cgpanellist/liststyle.css

Warning
All your css classes must have the perfix "list-" and then the name of the theme.

Example:

.list-mynewtheme ul { }