pageBlockSlideshow property
A slideshow
Implementation
PageBlockSlideshow? get pageBlockSlideshow {
if (this is PageBlockSlideshow) {
return this as PageBlockSlideshow;
}
return null;
}
A slideshow
PageBlockSlideshow? get pageBlockSlideshow {
if (this is PageBlockSlideshow) {
return this as PageBlockSlideshow;
}
return null;
}