Skip to main content

BuilderFactoryExtensions Methods

Provides access to DevExpress Bootstrap controls for ASP.NET Core.
Name Description
BootstrapAccordion(BuilderFactory) static Creates an Accordion control.
BootstrapAccordion(BuilderFactory, String) static Creates an Accordion control with a specified name.
BootstrapBinaryImage(BuilderFactory) static Creates a binary image.
BootstrapBinaryImage(BuilderFactory, String) static Creates a binary image with a specified name.
BootstrapBinaryImageFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed binary image.
BootstrapButton(BuilderFactory) static Creates a Button control.
BootstrapButton(BuilderFactory, String) static Creates a Button control.
BootstrapButtonEdit(BuilderFactory) static Creates a Button Edit control.
BootstrapButtonEdit(BuilderFactory, String) static Creates a Button Edit control with the specified name.
BootstrapButtonEditFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Button Edit control.
BootstrapCalendar(BuilderFactory) static Creates a Calendar control.
BootstrapCalendar(BuilderFactory, String) static Creates a Calendar control with the specified name.
BootstrapCalendarFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Calendar control.
BootstrapCardView(BuilderFactory) static Creates a Card View control.
BootstrapCardView(BuilderFactory, String) static Creates a Card View control with the specified name.
BootstrapCardView<TRow>(BuilderFactory) static Creates a Card View control with a specified row type.
BootstrapCardView<TRow>(BuilderFactory, String) static Creates a Card View control with a specified name and a row type.
BootstrapChart(BuilderFactory) static Creates a Chart control.
BootstrapChart(BuilderFactory, String) static Creates a Chart control with a specified name.
BootstrapCheckBox(BuilderFactory) static Creates a Check Box control.
BootstrapCheckBox(BuilderFactory, String) static Creates a Check Box control with a specified name.
BootstrapCheckBoxFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Check Box control.
BootstrapCheckBoxList(BuilderFactory) static Creates a Check Box List control.
BootstrapCheckBoxList(BuilderFactory, String) static Creates a Check Box List control with a specified name.
BootstrapCheckBoxListFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Check Box List control.
BootstrapComboBox(BuilderFactory) static Creates a Combo Box control.
BootstrapComboBox(BuilderFactory, String) static Creates a Combo Box control with a specified name.
BootstrapComboBoxFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Combo Box control.
BootstrapDateEdit(BuilderFactory) static Creates a Date Edit control.
BootstrapDateEdit(BuilderFactory, String) static Creates a Date Edit control with a specified name.
BootstrapDateEditFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Date Edit control.
BootstrapDropDownEdit(BuilderFactory) static Creates a Drop Down Edit control.
BootstrapDropDownEdit(BuilderFactory, String) static Creates a Drop Down Edit control with a specified name.
BootstrapDropDownEditFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Drop Down Edit control.
BootstrapFormLayout(BuilderFactory) static Creates a Form Layout control.
BootstrapFormLayout(BuilderFactory, String) static Creates a Form Layout control with a specified name.
BootstrapFormLayout<TModel>(BuilderFactory) static Creates a strongly-typed Form Layout control.
BootstrapFormLayout<TModel>(BuilderFactory, String) static Creates a strongly-typed Form Layout control with a specified name.
BootstrapGridView(BuilderFactory) static Creates a Grid View control.
BootstrapGridView(BuilderFactory, String) static Creates a Grid View control with a specified name.
BootstrapGridView<TRow>(BuilderFactory) static Creates a strongly-typed Grid View control.
BootstrapGridView<TRow>(BuilderFactory, String) static Creates a strongly-typed Grid View control with a specified name.
BootstrapHyperLink(BuilderFactory) static Creates a Hyperlink control.
BootstrapHyperLink(BuilderFactory, String) static Creates a Hyperlink control with a specified name.
BootstrapListBox(BuilderFactory) static Creates a List Box control.
BootstrapListBox(BuilderFactory, String) static Creates a List Box control with a specified name.
BootstrapListBoxFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed List Box control.
BootstrapMemo(BuilderFactory) static Creates a Memo control.
BootstrapMemo(BuilderFactory, String) static Creates a Memo control with a specified name.
BootstrapMemoFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Memo control.
BootstrapMenu(BuilderFactory) static Creates a Menu control.
BootstrapMenu(BuilderFactory, String) static Creates a Menu control with a specified name.
BootstrapPageControl(BuilderFactory) static Creates a Page Control layout.
BootstrapPageControl(BuilderFactory, String) static Creates a Page Control layout with a specified name.
BootstrapPieChart(BuilderFactory) static Creates a Pie Chart control.
BootstrapPieChart(BuilderFactory, String) static Creates a Pie Chart control with a specified name.
BootstrapPolarChart(BuilderFactory) static Creates a Polar Chart control.
BootstrapPolarChart(BuilderFactory, String) static Creates a Polar Chart control with a specified name.
BootstrapPopupControl(BuilderFactory) static Creates a Popup Control layout.
BootstrapPopupControl(BuilderFactory, String) static Creates a Popup Control layout with a specified name.
BootstrapPopupMenu(BuilderFactory) static Creates a Popup Menu control.
BootstrapPopupMenu(BuilderFactory, String) static Creates a Popup Menu control with a specified name.
BootstrapProgressBar(BuilderFactory) static Creates a Progress Bar control.
BootstrapProgressBar(BuilderFactory, String) static Creates a Progress Bar control with a specified name.
BootstrapRadioButton(BuilderFactory) static Creates a Radio Button control.
BootstrapRadioButton(BuilderFactory, String) static Creates a Radio Button control with a specified name.
BootstrapRadioButtonFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Radio Button control.
BootstrapRadioButtonList(BuilderFactory) static Creates a Radio Button List control.
BootstrapRadioButtonList(BuilderFactory, String) static Creates a Radio Button List control with a specified name.
BootstrapRadioButtonListFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Radio Button List control.
BootstrapScheduler(BuilderFactory) static Creates a Scheduler control.
BootstrapScheduler(BuilderFactory, String) static Creates a Scheduler control with a specified name.
BootstrapScheduler<TAppointment>(BuilderFactory) static Creates a strongly-typed Scheduler control.
BootstrapScheduler<TAppointment>(BuilderFactory, String) static Creates a strongly-typed Scheduler control with a specified name.
BootstrapScheduler<TAppointment, TResource>(BuilderFactory) static Creates a strongly-typed Scheduler control.
BootstrapScheduler<TAppointment, TResource>(BuilderFactory, String) static Creates a strongly-typed Scheduler control with a specified name.
BootstrapSparkline(BuilderFactory) static Creates a Sparkline control.
BootstrapSparkline(BuilderFactory, String) static Creates a Sparkline control with a specified name.
BootstrapSpinEdit(BuilderFactory) static Creates a Spin Edit control.
BootstrapSpinEdit(BuilderFactory, String) static Creates a Spin Edit control with a specified name.
BootstrapSpinEditFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Spin Edit control.
BootstrapTabControl(BuilderFactory) static Creates a Tab Control layout.
BootstrapTabControl(BuilderFactory, String) static Creates a Tab Control layout with a specified name.
BootstrapTagBox(BuilderFactory) static Creates a Tag Box control.
BootstrapTagBox(BuilderFactory, String) static Creates a Tag Box control with a specified name.
BootstrapTagBoxFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Tag Box control.
BootstrapTextBox(BuilderFactory) static Creates a Text Box control.
BootstrapTextBox(BuilderFactory, String) static Creates a Text Box control with a specified name.
BootstrapTextBoxFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Text Box control.
BootstrapTimeEdit(BuilderFactory) static Creates a Time Edit control.
BootstrapTimeEdit(BuilderFactory, String) static Creates a Time Edit control with a specified name.
BootstrapTimeEditFor<TModel, TResult>(BuilderFactory<TModel>, Expression<Func<TModel, TResult>>) static Creates a strongly-typed Time Edit control.
BootstrapToolbar(BuilderFactory) static Creates a Toolbar interface.
BootstrapToolbar(BuilderFactory, String) static Creates a Toolbar interface with a specified name.
BootstrapTreeView(BuilderFactory) static Creates a Tree View navigation.
BootstrapTreeView(BuilderFactory, String) static Creates a Tree View navigation with a specified name.
BootstrapUploadControl(BuilderFactory) static Creates an Upload control.
BootstrapUploadControl(BuilderFactory, String) static Creates an Upload control with a specified name.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also