BptImageLibrary
API reference for BptImageLibrary — parameters, event callbacks, and related configuration.
BptImageLibrary
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Items | List<ImageLibraryItem> | — | |
Width | string | — | |
Height | string | — | |
CssClass | string | Nullable | — |
Style | string | Nullable | — |
SelectionMode | ImageLibrarySelectionMode | — | |
ViewMode | ImageLibraryViewMode | — | |
ThumbnailSize | ImageLibraryThumbnailSize | — | |
EnableFullScreen | bool | — | |
EnableDownload | bool | — | |
EnableZipDownload | bool | — | |
EnablePreviewPanel | bool | — | |
EnableFiltering | bool | — | |
ShowToolbar | bool | — | |
ShowScrollbar | bool | — | |
ShowPagingControls | bool | — | |
ShowFooter | bool | — | |
ShowConfirmButton | bool | — | |
ConfirmButtonText | string | Nullable | — |
CancelButtonText | string | Nullable | — |
PageSize | int | — | |
PageSizeOptions | Int32[] | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnImageChosen | EventCallback<ImageLibrarySelection> | — | |
OnCancel | EventCallback | — |