Skip to main content

ExtensionsFactory<ModelType> Methods

Contains strongly typed helper methods to create DevExpress MVC extensions.
Name Description
AppointmentRecurrenceForm(AppointmentRecurrenceFormSettings) Creates an Appointment Recurrence Form. Inherited from ExtensionsFactory.
AppointmentRecurrenceForm(Action<AppointmentRecurrenceFormSettings>) Creates an Appointment Recurrence Form. Inherited from ExtensionsFactory.
BinaryImage(BinaryImageEditSettings) Creates a BinaryImage. Inherited from ExtensionsFactory.
BinaryImage(Action<BinaryImageEditSettings>) Creates a BinaryImage. Inherited from ExtensionsFactory.
BinaryImageFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<BinaryImageEditSettings>) Creates a BinaryImage.
BinaryImageFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a BinaryImage.
Button(ButtonSettings) Creates a Button. Inherited from ExtensionsFactory.
Button(Action<ButtonSettings>) Creates a Button. Inherited from ExtensionsFactory.
ButtonEdit(ButtonEditSettings) Creates a ButtonEdit. Inherited from ExtensionsFactory.
ButtonEdit(Action<ButtonEditSettings>) Creates a ButtonEdit. Inherited from ExtensionsFactory.
ButtonEditFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<ButtonEditSettings>) Creates a ButtonEdit.
ButtonEditFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a ButtonEdit.
Calendar(CalendarSettings) Creates a Calendar. Inherited from ExtensionsFactory.
Calendar(Action<CalendarSettings>) Creates a Calendar. Inherited from ExtensionsFactory.
CalendarFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<CalendarSettings>) Creates a Calendar.
CalendarFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a Calendar.
CallbackPanel(CallbackPanelSettings) Creates a CallbackPanel. Inherited from ExtensionsFactory.
CallbackPanel(Action<CallbackPanelSettings>) Creates a CallbackPanel. Inherited from ExtensionsFactory.
Captcha(CaptchaSettings) Creates a Captcha. Inherited from ExtensionsFactory.
Captcha(Action<CaptchaSettings>) Creates a Captcha Inherited from ExtensionsFactory.
CardView(CardViewSettings) Creates a CardView. Inherited from ExtensionsFactory.
CardView(Action<CardViewSettings>) Creates a CardView. Inherited from ExtensionsFactory.
CardView<CardType>(CardViewSettings<CardType>) Creates a CardView. Inherited from ExtensionsFactory.
CardView<CardType>(Action<CardViewSettings<CardType>>) Creates a CardView. Inherited from ExtensionsFactory.
Chart(ChartControlSettings) Creates a Chart. Inherited from ExtensionsFactory.
Chart(Action<ChartControlSettings>) Creates a Chart. Inherited from ExtensionsFactory.
CheckBox(CheckBoxSettings) Creates a CheckBox. Inherited from ExtensionsFactory.
CheckBox(Action<CheckBoxSettings>) Creates a CheckBox. Inherited from ExtensionsFactory.
CheckBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<CheckBoxSettings>) Creates a CheckBox.
CheckBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a CheckBox.
CheckBoxList(CheckBoxListSettings) Creates a CheckBoxList. Inherited from ExtensionsFactory.
CheckBoxList(Action<CheckBoxListSettings>) Creates a CheckBoxList. Inherited from ExtensionsFactory.
CheckBoxListFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<CheckBoxListSettings>) Creates a CheckBoxList.
CheckBoxListFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a CheckBoxList.
ColorEdit(ColorEditSettings) Creates a ColorEdit. Inherited from ExtensionsFactory.
ColorEdit(Action<ColorEditSettings>) Creates a ColorEdit. Inherited from ExtensionsFactory.
ColorEditFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<ColorEditSettings>) Creates a ColorEdit.
ColorEditFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a ColorEdit.
ComboBox(ComboBoxSettings) Creates a ComboBox. Inherited from ExtensionsFactory.
ComboBox(Action<ComboBoxSettings>) Creates a ComboBox. Inherited from ExtensionsFactory.
ComboBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<ComboBoxSettings>) Creates a ComboBox.
ComboBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a ComboBox.
DataView(DataViewSettings) Creates a DataView. Inherited from ExtensionsFactory.
DataView(Action<DataViewSettings>) Creates a DataView. Inherited from ExtensionsFactory.
DateEdit(DateEditSettings) Creates a DateEdit. Inherited from ExtensionsFactory.
DateEdit(Action<DateEditSettings>) Creates a DateEdit. Inherited from ExtensionsFactory.
DateEditFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<DateEditSettings>) Creates a DateEdit.
DateEditFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a DateEdit.
DateNavigator(SchedulerSettings) Creates a DateNavigator. Inherited from ExtensionsFactory.
DateNavigator(SchedulerStorageControlSettings) Creates a Date Navigator. Inherited from ExtensionsFactory.
DateNavigator(Action<SchedulerSettings>) Creates a DateNavigator. Inherited from ExtensionsFactory.
Diagram(DiagramSettings) Creates a Diagram. Inherited from ExtensionsFactory.
Diagram(Action<DiagramSettings>) Creates a Diagram. Inherited from ExtensionsFactory.
DockManager(DockManagerSettings) Creates a DockManager. Inherited from ExtensionsFactory.
DockManager(Action<DockManagerSettings>) Creates a DockManager. Inherited from ExtensionsFactory.
DockPanel(DockPanelSettings) Creates a DockPanel. Inherited from ExtensionsFactory.
DockPanel(Action<DockPanelSettings>) Creates a DockPanel. Inherited from ExtensionsFactory.
DockZone(DockZoneSettings) Creates a DockZone. Inherited from ExtensionsFactory.
DockZone(Action<DockZoneSettings>) Creates a DockZone. Inherited from ExtensionsFactory.
DocumentViewer(DocumentViewerSettings) Creates a Document Viewer. Inherited from ExtensionsFactory.
DocumentViewer(Action<DocumentViewerSettings>) Creates a Document Viewer. Inherited from ExtensionsFactory.
DropDownEdit(DropDownEditSettings) Creates a DropDownEdit. Inherited from ExtensionsFactory.
DropDownEdit(Action<DropDownEditSettings>) Creates a DropDownEdit. Inherited from ExtensionsFactory.
DropDownEditFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<DropDownEditSettings>) Creates a DropDownEdit.
DropDownEditFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a DropDownEdit.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FileManager(FileManagerSettings) Creates a FileManager Inherited from ExtensionsFactory.
FileManager(Action<FileManagerSettings>) Creates a FileManager Inherited from ExtensionsFactory.
FilterControl(MVCxFilterControlSettings) Creates a Filter Control. Inherited from ExtensionsFactory.
FilterControl(Action<MVCxFilterControlSettings>) Creates a Filter Control. Inherited from ExtensionsFactory.
FilterControl<RowType>(MVCxFilterControlSettings<RowType>) Creates a Filter Control. Inherited from ExtensionsFactory.
FilterControl<RowType>(Action<MVCxFilterControlSettings<RowType>>) Creates a Filter Control. Inherited from ExtensionsFactory.
FloatingActionButton(FloatingActionButtonSettings) Creates a floating action button. Inherited from ExtensionsFactory.
FloatingActionButton(Action<FloatingActionButtonSettings>) Creates a floating action button. Inherited from ExtensionsFactory.
FormLayout(FormLayoutSettings<ModelType>) Creates a FormLayout.
FormLayout(Action<FormLayoutSettings<ModelType>>) Creates a FormLayout.
Gantt(GanttSettings) Creates a Gantt. Inherited from ExtensionsFactory.
Gantt(Action<GanttSettings>) Creates a Gantt. Inherited from ExtensionsFactory.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetScripts(Script[]) Returns the HTML code representing the rendering of the specified scripts. Inherited from ExtensionsFactory.
GetStyleSheets(StyleSheet[]) Renders the specified style sheets in the response. Inherited from ExtensionsFactory.
GetStyleSheets(String, StyleSheet[]) Renders the specified style sheets in the response. Inherited from ExtensionsFactory.
GetType() Gets the Type of the current instance. Inherited from Object.
GridLookup(GridLookupSettings) Creates a GridLookup. Inherited from ExtensionsFactory.
GridLookup(Action<GridLookupSettings>) Creates a GridLookup. Inherited from ExtensionsFactory.
GridView(GridViewSettings) Creates a GridView. Inherited from ExtensionsFactory.
GridView(Action<GridViewSettings>) Creates a GridView. Inherited from ExtensionsFactory.
GridView<RowType>(GridViewSettings<RowType>) Creates a GridView. Inherited from ExtensionsFactory.
GridView<RowType>(Action<GridViewSettings<RowType>>) Creates a GridView. Inherited from ExtensionsFactory.
Hint(HintSettings) Creates a Hint. Inherited from ExtensionsFactory.
Hint(Action<HintSettings>) Creates a Hint. Inherited from ExtensionsFactory.
HtmlEditor(HtmlEditorSettings) Creates a HtmlEditor. Inherited from ExtensionsFactory.
HtmlEditor(Action<HtmlEditorSettings>) Creates a HtmlEditor. Inherited from ExtensionsFactory.
HtmlEditorFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<HtmlEditorSettings>) Creates an HtmlEditor.
HtmlEditorFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a HtmlEditor.
HyperLink(HyperLinkSettings) Creates a HyperLink. Inherited from ExtensionsFactory.
HyperLink(Action<HyperLinkSettings>) Creates a HyperLink. Inherited from ExtensionsFactory.
HyperLinkFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<HyperLinkSettings>) Creates a HyperLink.
HyperLinkFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a HyperLink.
Image(ImageEditSettings) Creates a Image. Inherited from ExtensionsFactory.
Image(Action<ImageEditSettings>) Creates a Image. Inherited from ExtensionsFactory.
ImageFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<ImageEditSettings>) Creates a Image.
ImageFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a Image.
ImageGallery(ImageGallerySettings) Creates an ImageGallery. Inherited from ExtensionsFactory.
ImageGallery(Action<ImageGallerySettings>) Creates an ImageGallery. Inherited from ExtensionsFactory.
ImageSlider(ImageSliderSettings) Creates a ImageSlider Inherited from ExtensionsFactory.
ImageSlider(Action<ImageSliderSettings>) Creates a ImageSlider Inherited from ExtensionsFactory.
ImageZoom(ImageZoomSettings) Creates an ImageZoom Inherited from ExtensionsFactory.
ImageZoom(Action<ImageZoomSettings>) Creates an ImageZoom. Inherited from ExtensionsFactory.
ImageZoomNavigator(ImageZoomNavigatorSettings) Creates a ImageZoomNavigator. Inherited from ExtensionsFactory.
ImageZoomNavigator(Action<ImageZoomNavigatorSettings>) Creates a ImageZoomNavigator. Inherited from ExtensionsFactory.
Label(LabelSettings) Creates a Label. Inherited from ExtensionsFactory.
Label(Action<LabelSettings>) Creates a Label. Inherited from ExtensionsFactory.
LabelFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<LabelSettings>) Creates a Label.
LabelFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a Label.
ListBox(ListBoxSettings) Creates a ListBox. Inherited from ExtensionsFactory.
ListBox(Action<ListBoxSettings>) Creates a ListBox. Inherited from ExtensionsFactory.
ListBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<ListBoxSettings>) Creates a ListBox.
ListBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a ListBox.
LoadingPanel(LoadingPanelSettings) Creates a LoadingPanel. Inherited from ExtensionsFactory.
LoadingPanel(Action<LoadingPanelSettings>) Creates a LoadingPanel. Inherited from ExtensionsFactory.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Memo(MemoSettings) Creates a Memo. Inherited from ExtensionsFactory.
Memo(Action<MemoSettings>) Creates a Memo. Inherited from ExtensionsFactory.
MemoFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<MemoSettings>) Creates a Memo.
MemoFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a Memo.
Menu(MenuSettings) Creates a Menu. Inherited from ExtensionsFactory.
Menu(Action<MenuSettings>) Creates a Menu. Inherited from ExtensionsFactory.
NavBar(NavBarSettings) Creates a NavBar. Inherited from ExtensionsFactory.
NavBar(Action<NavBarSettings>) Creates a NavBar. Inherited from ExtensionsFactory.
PageControl(PageControlSettings) Creates a PageControl. Inherited from ExtensionsFactory.
PageControl(Action<PageControlSettings>) Creates a PageControl. Inherited from ExtensionsFactory.
Panel(PanelSettings) Creates a Panel. Inherited from ExtensionsFactory.
Panel(Action<PanelSettings>) Creates a Panel. Inherited from ExtensionsFactory.
PivotCustomizationExtension(PivotGridSettings) Creates a PivotCustomizationExtension. Inherited from ExtensionsFactory.
PivotCustomizationExtension(Action<PivotGridSettings>) Creates a PivotCustomizationExtension. Inherited from ExtensionsFactory.
PivotGrid(PivotGridSettings) Creates a PivotGrid. Inherited from ExtensionsFactory.
PivotGrid(Action<PivotGridSettings>) Creates a PivotGrid. Inherited from ExtensionsFactory.
PopupControl(PopupControlSettings) Creates a PopupControl. Inherited from ExtensionsFactory.
PopupControl(Action<PopupControlSettings>) Creates a PopupControl. Inherited from ExtensionsFactory.
PopupMenu(PopupMenuSettings) Creates a PopupMenu. Inherited from ExtensionsFactory.
PopupMenu(Action<PopupMenuSettings>) Creates a PopupMenu. Inherited from ExtensionsFactory.
ProgressBar(ProgressBarSettings) Creates a ProgressBar. Inherited from ExtensionsFactory.
ProgressBar(Action<ProgressBarSettings>) Creates a ProgressBar. Inherited from ExtensionsFactory.
ProgressBarFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<ProgressBarSettings>) Creates a ProgressBar.
ProgressBarFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a ProgressBar.
QueryBuilder(QueryBuilderSettings) Creates a Query Builder. Inherited from ExtensionsFactory.
QueryBuilder(Action<QueryBuilderSettings>) Creates a Query Builder. Inherited from ExtensionsFactory.
RadioButton(RadioButtonSettings) Creates a RadioButton. Inherited from ExtensionsFactory.
RadioButton(Action<RadioButtonSettings>) Creates a RadioButton. Inherited from ExtensionsFactory.
RadioButtonFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<RadioButtonSettings>) Creates a RadioButton.
RadioButtonFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a RadioButton.
RadioButtonList(RadioButtonListSettings) Creates a RadioButtonList. Inherited from ExtensionsFactory.
RadioButtonList(Action<RadioButtonListSettings>) Creates a RadioButtonList. Inherited from ExtensionsFactory.
RadioButtonListFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<RadioButtonListSettings>) Creates a RadioButtonList.
RadioButtonListFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a RadioButtonList.
RatingControl(RatingControlSettings) Creates a RatingControl. Inherited from ExtensionsFactory.
RatingControl(Action<RatingControlSettings>) Creates a RatingControl. Inherited from ExtensionsFactory.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RenderScripts(Page, Script[]) Renders the specified scripts in the response. Inherited from ExtensionsFactory.
RenderStyleSheets(Page, StyleSheet[]) Renders the specified style sheets in the response. Inherited from ExtensionsFactory.
RenderStyleSheets(Page, String, StyleSheet[]) Renders the specified style sheets in the response. Inherited from ExtensionsFactory.
ReportDesigner(ReportDesignerSettings) Creates a ReportDesigner. Inherited from ExtensionsFactory.
ReportDesigner(Action<ReportDesignerSettings>) Creates a ReportDesigner. Inherited from ExtensionsFactory.
Ribbon(RibbonSettings) Creates a Ribbon. Inherited from ExtensionsFactory.
Ribbon(Action<RibbonSettings>) Creates a Ribbon. Inherited from ExtensionsFactory.
RichEdit(RichEditSettings) Creates a RichEdit. Inherited from ExtensionsFactory.
RichEdit(Action<RichEditSettings>) Creates a RichEdit. Inherited from ExtensionsFactory.
RoundPanel(RoundPanelSettings) Creates a RoundPanel. Inherited from ExtensionsFactory.
RoundPanel(Action<RoundPanelSettings>) Creates a RoundPanel. Inherited from ExtensionsFactory.
Scheduler(SchedulerSettings) Creates a Scheduler control. Inherited from ExtensionsFactory.
Scheduler(Action<SchedulerSettings>) Creates a Scheduler control. Inherited from ExtensionsFactory.
SchedulerStatusInfo(SchedulerStatusInfoSettings) Creates a SchedulerStatusInfoSettings. Inherited from ExtensionsFactory.
SchedulerStatusInfo(Action<SchedulerStatusInfoSettings>) Creates a SchedulerStatusInfo. Inherited from ExtensionsFactory.
SchedulerStorageControl(SchedulerStorageControlSettings) Creates a Scheduler Storage control. Inherited from ExtensionsFactory.
SchedulerStorageControl(Action<SchedulerStorageControlSettings>) Creates a Scheduler Storage control. Inherited from ExtensionsFactory.
SpellChecker(SpellCheckerSettings) Creates a Spell Checker. Inherited from ExtensionsFactory.
SpellChecker(Action<SpellCheckerSettings>) Creates a Spell Checker. Inherited from ExtensionsFactory.
SpinEdit(SpinEditSettings) Creates a SpinEdit. Inherited from ExtensionsFactory.
SpinEdit(Action<SpinEditSettings>) Creates a SpinEdit. Inherited from ExtensionsFactory.
SpinEditFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<SpinEditSettings>) Creates a SpinEdit.
SpinEditFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a SpinEdit.
Splitter(SplitterSettings) Creates a Splitter. Inherited from ExtensionsFactory.
Splitter(Action<SplitterSettings>) Creates a Splitter. Inherited from ExtensionsFactory.
Spreadsheet(SpreadsheetSettings) Creates a Spreadsheet. Inherited from ExtensionsFactory.
Spreadsheet(Action<SpreadsheetSettings>) Creates a Spreadsheet. Inherited from ExtensionsFactory.
TabControl(TabControlSettings) Creates a TabControl. Inherited from ExtensionsFactory.
TabControl(Action<TabControlSettings>) Creates a TabControl. Inherited from ExtensionsFactory.
TextBox(TextBoxSettings) Creates a TextBox. Inherited from ExtensionsFactory.
TextBox(Action<TextBoxSettings>) Creates a TextBox. Inherited from ExtensionsFactory.
TextBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<TextBoxSettings>) Creates a TextBox.
TextBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a TextBox.
TimeEdit(TimeEditSettings) Creates a TimeEdit. Inherited from ExtensionsFactory.
TimeEdit(Action<TimeEditSettings>) Creates a TimeEdit. Inherited from ExtensionsFactory.
TimeEditFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<TimeEditSettings>) Creates a TimeEdit.
TimeEditFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a TimeEdit.
TimeZoneEdit(TimeZoneEditSettings) Creates a TimeZone Editor. Inherited from ExtensionsFactory.
TimeZoneEdit(Action<TimeZoneEditSettings>) Creates a TimeZoneEdit. Inherited from ExtensionsFactory.
TokenBox(TokenBoxSettings) Creates a TokenBox. Inherited from ExtensionsFactory.
TokenBox(Action<TokenBoxSettings>) Creates a TokenBox. Inherited from ExtensionsFactory.
TokenBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<TokenBoxSettings>) Creates a TokenBox.
TokenBoxFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a TokenBox.
ToString() Returns a string that represents the current object. Inherited from Object.
TrackBar(TrackBarSettings) Creates a TrackBar. Inherited from ExtensionsFactory.
TrackBar(Action<TrackBarSettings>) Creates a TrackBar. Inherited from ExtensionsFactory.
TrackBarFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<TrackBarSettings>) Creates a TrackBar.
TrackBarFor<ValueType>(Expression<Func<ModelType, ValueType>>) Creates a TrackBar.
TreeList(TreeListSettings) Creates a TreeList. Inherited from ExtensionsFactory.
TreeList(Action<TreeListSettings>) Creates a TreeList. Inherited from ExtensionsFactory.
TreeList<RowType>(TreeListSettings<RowType>) Creates a TreeList. Inherited from ExtensionsFactory.
TreeList<RowType>(Action<TreeListSettings<RowType>>) Creates a TreeList. Inherited from ExtensionsFactory.
TreeView(TreeViewSettings) Creates a TreeView. Inherited from ExtensionsFactory.
TreeView(Action<TreeViewSettings>) Creates a TreeView. Inherited from ExtensionsFactory.
UploadControl(UploadControlSettings) Creates a UploadControl. Inherited from ExtensionsFactory.
UploadControl(Action<UploadControlSettings>) Creates a UploadControl. Inherited from ExtensionsFactory.
ValidationSummary() Creates a ValidationSummary. Inherited from ExtensionsFactory.
ValidationSummary(ValidationSummarySettings) Creates a ValidationSummary. Inherited from ExtensionsFactory.
ValidationSummary(Action<ValidationSummarySettings>) Creates a ValidationSummary. Inherited from ExtensionsFactory.
VerticalGrid(VerticalGridSettings) Creates a VerticalGrid. Inherited from ExtensionsFactory.
VerticalGrid(Action<VerticalGridSettings>) Creates a VerticalGrid. Inherited from ExtensionsFactory.
VerticalGrid<ColumnType>(VerticalGridSettings<ColumnType>) Creates a VerticalGrid. Inherited from ExtensionsFactory.
VerticalGrid<ColumnType>(Action<VerticalGridSettings<ColumnType>>) Creates a VerticalGrid. Inherited from ExtensionsFactory.
WebDocumentViewer(WebDocumentViewerSettings) Creates a WebDocumentViewer. Inherited from ExtensionsFactory.
WebDocumentViewer(Action<WebDocumentViewerSettings>) Creates a WebDocumentViewer. Inherited from ExtensionsFactory.
See Also