Skip to main content

BuilderFactoryExtensions.BootstrapCardView Method

Name Parameters Description
BootstrapCardView(BuilderFactory) static builderFactory Creates a Card View control.
BootstrapCardView(BuilderFactory, String) static builderFactory, name Creates a Card View control with the specified name.
BootstrapCardView<TRow>(BuilderFactory) static builderFactory Creates a Card View control with a specified row type.
BootstrapCardView<TRow>(BuilderFactory, String) static builderFactory, name Creates a Card View control with a specified name and a row type.