BptThemeLoader
API reference for BptThemeLoader — parameters, event callbacks, and related configuration.
BptThemeLoader
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Url | string | Nullable | — |
Data | Byte[] | Nullable | — |
Base64Data | string | Nullable | — |
Format | BptThemeFormat? | Nullable | — |
Themes | Dictionary<string, string> | Nullable | — |
SelectedTheme | string | — | |
GoogleFontsUrl | string | Nullable | — |
Enabled | bool | — | |
Placeholder | string | — | |
Filterable | bool | — | |
Disabled | bool | — | |
CssClass | string | — | |
AutoLoad | bool | — | |
ComponentBaseStyle | BptComponentBaseStyle? | Nullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
SelectedThemeChanged | EventCallback<string> | — | |
OnThemeChanged | EventCallback<string> | — | |
OnThemeLoaded | EventCallback<BptThemeConfig> | — | |
OnError | EventCallback<string> | — |