WidgetFactory
Properties
HtmlHelper - IHtmlHelper
Methods
RatingFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RatingFor(m=>m.Property) )
RecurrenceEditor()
Example
@( Html.Kendo().RecurrenceEditor()
.Name("recurrenceEditor")
.FirstWeekDay(0)
.Timezone("Etc/UTC")
)
RecurrenceEditorFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RecurrenceEditorFor(m=>m.Property) )
ResponsivePanel()
Example
@( Html.Kendo().ResponsivePanel()
.Name("ResponsivePanel")
)
Sankey()
Creates a new Sankey.
Example
@(Html.Kendo().Sankey()
.Name("Sankey")
)
Scheduler()
Example
@( Html.Kendo().Scheduler<SchedulerEvent>()
.Name("Scheduler")
)
ScrollView()
Example
@( Html.Kendo().ScrollView()
.Name("ScrollView")
.Items(items =>
{
items.Add().Content("First");
items.Add().Content("Second");
})
)
Signature()
Creates a new Signature.
Example
@(Html.Kendo().Signature()
.Name("Signature")
)
SkeletonContainer()
Slider()
Slider()
SliderFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
SliderFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
SliderFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
SliderFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Sortable()
Sparkline()
Example
@( Html.Kendo().Sparkline()
.Name("Sparkline")
.Series(series => {
series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
})
)
Sparkline()
Example
@( Html.Kendo().Sparkline()
.Name("Sparkline")
.Series(series => {
series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
})
)
Sparkline(System.Collections.Generic.IEnumerable)
Creates a new Sparkline bound to the specified data source.
Parameters
data - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@( Html.Kendo().Sparkline(Model)
.Name("Sparkline")
)
Sparkline(System.String)
Creates a new Sparkline bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
Example
@( Html.Kendo().Sparkline<SalesData>("sales")
.Name("Sparkline")
)
SplitButton()
Example
@( Html.Kendo().SplitButton()
.Name("SplitButton")
)
Splitter()
Example
@( Html.Kendo().Window()
.Name("Window")
)
Spreadsheet()
Example
@( Html.Kendo().Spreadsheet()
.Name("Spreadsheet")
)
StackLayout()
Example
@( Html.Kendo().StackLayout()
.Name("StackLayout")
)
Stepper()
Example
@( Html.Kendo().Stepper()
.Steps(steps =>
{
steps.Add().Label("First Item");
steps.Add().Label("Second Item");
})
)
StockChart()
Example
@( Html.Kendo().StockChart()
.Name("StockChart")
.Series(series => {
series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
})
)
StockChart()
Example
@( Html.Kendo().StockChart()
.Name("StockChart")
.Series(series => {
series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
})
)
StockChart(System.Collections.Generic.IEnumerable)
Creates a new StockChart bound to the specified data source.
Parameters
data - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@( Html.Kendo().StockChart(Model)
.Name("StockChart")
)
StockChart(System.String)
Creates a new Chart bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
Example
@(Html.Kendo().Chart<SalesData>("sales")
.Name("Chart")
)
Switch()
Example
@( Html.Kendo().Switch()
.Name("Switch")
)
SwitchFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().SwitchFor(m=>m.Property) )
TabStrip()
Example
@( Html.Kendo().TabStrip()
.Name("TabStrip")
.Items(items =>
{
items.Add().Text("First");
items.Add().Text("Second");
})
)
TaskBoard()
Example
@( Html.Kendo().TaskBoard()
)
TaskBoard()
Example
@( Html.Kendo().TaskBoard()
)
TaskBoard()
Example
@( Html.Kendo().TaskBoard()
)
Template()
TextArea()
Example
@( Html.Kendo().TextArea()
.Name("textarea")
)
TextAreaFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TextAreaFor(m =>m.Property) )
TextBox()
Example
@( Html.Kendo().TextBox()
.Name("TextBox")
)
TextBox()
Example
@( Html.Kendo().TextBox()
.Name("TextBox")
)
TextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TextBoxFor(m =>m.Property) )
TileLayout()
Example
@( Html.Kendo().TileLayout()
.Name("TileLayout")
)
TimeDurationPicker()
Creates a new TimeDurationPicker.
Example
@(Html.Kendo().TimeDurationPicker()
.Name("TimeDurationPicker")
)
TimeDurationPickerFor(System.Linq.Expressions.Expression)
Creates a new TimeDurationPicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().TimeDurationPickerFor(x=> x.Property)
)
Timeline()
Creates a new ListView bound to the specified data item type.
Example
@(Html.Kendo().ListView<Order>()
.Name("ListView")
.BindTo(Model)
)
TimePicker()
Example
@( Html.Kendo().TimePicker()
.Name("TimePicker")
)
TimePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
TimePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
TimePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
TimePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
TimePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
TimePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
ToggleButton()
Example
@( Html.Kendo().ToggleButton()
.Name("toggleButton")
)
ToolBar()
Example
@( Html.Kendo().ToolBar()
.Name("ToolBar")
)
Tooltip()
Example
@( Html.Kendo().Tooltip()
.For("Container")
)
TreeList()
Example
@(Html.Kendo().TreeList()
.Name("TreeList")
)
TreeMap()
Example
@( Html.Kendo().TreeMap()
.Name("TreeMap")
)
TreeView()
Example
@(Html.Kendo().TreeView()
.Name("TreeView")
)
Upload()
Window()
Example
@( Html.Kendo().Window()
.Name("Window")
)
Wizard()
Example
@( Html.Kendo().Wizard()
.Steps(steps =>
{
steps.Add().Title("First Item");
steps.Add().Title("Second Item");
})
)
Editor()
Example
@( Html.Kendo().Editor()
.Name("Editor")
)
EditorFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
ExpansionPanel()
FileManager()
Example
@( Html.Kendo().FileManager()
.Name("fileManager")
)
Filter()
Creates a new .
Example
@(Html.Kendo().Filter<Order>()
.Name("Filter")
)
FlatColorPicker()
FloatingActionButton()
Creates a new FloatingActionButton.
Example
@(Html.Kendo().FloatingActionButton<Order>()
.Name("FloatingActionButton")
)
Form()
Creates a new .
Example
@(Html.Kendo().Form<Order>()
.Name("Form")
)
Form()
Creates a new .
Example
@(Html.Kendo().Form<Order>()
.Name("Form")
)
Gantt()
Example
@( Html.Kendo().Gantt()
)
Gantt(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable)
Creates a new bound to the specified data source.
Parameters
dataSource - System.Collections.Generic.IEnumerable<TTaskModel>
The data source.
dependenciesDataSource - System.Collections.Generic.IEnumerable<TDependenciesModel>
Example
@( Html.Kendo().Gantt(ViewBag.Tasks)
.Name("Gantt")
)
Gantt(System.String,System.String)
Creates a new bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
dependenciesDataSourceViewDataKey - System.String
Example
@( Html.Kendo().Gantt("tasks")
.Name("Gantt")
)
Grid()
Creates a new Grid bound to the specified data item type.
Example
@(Html.Kendo().Grid<Order>()
.Name("Grid")
.BindTo(Model)
)
Grid(System.Collections.Generic.IEnumerable)
Creates a new Grid bound to the specified data source.
Parameters
dataSource - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@(Html.Kendo().Grid(Model)
.Name("Grid")
)
Grid(System.String)
Creates a new Grid bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
Example
@(Html.Kendo().Grid<Order>("orders")
.Name("Grid")
)
GridLayout()
Example
@( Html.Kendo().GridLayout()
.Name("GridLayout")
)
ImageEditor()
Example
@( Html.Kendo().ImageEditor()
.Name("imageEditor")
)
LinearGauge()
LinearGaugeFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
LinearGaugeFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
ListBox()
Creates a new ListBox bound to the specified data item type.
Example
@(Html.Kendo().ListBox<Order>()
.Name("ListBox")
.BindTo(Model)
)
ListBox(System.Collections.IEnumerable)
Creates a new ListBox bound to the specified data source.
Parameters
dataSource - System.Collections.IEnumerable
The data source.
Example
@(Html.Kendo().ListBox(Model)
.Name("ListBox")
)
ListBox(System.String)
Creates a new ListBox bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
Example
@(Html.Kendo().ListBox<Order>("orders")
.Name("ListBox")
)
ListView()
Creates a new ListView bound to the specified data item type.
Example
@(Html.Kendo().ListView<Order>()
.Name("ListView")
.BindTo(Model)
)
ListView(System.Collections.Generic.IEnumerable)
Creates a new ListView bound to the specified data source.
Parameters
dataSource - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@(Html.Kendo().ListView(Model)
.Name("ListView")
)
ListView(System.String)
Creates a new ListView bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
Example
@(Html.Kendo().ListView<Order>("orders")
.Name("ListView")
)
Loader()
Map()
MaskedTextBox()
Example
@( Html.Kendo().MaskedTextBox()
.Name("MaskedTextBox")
)
MaskedTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
MediaPlayer()
Creates a new bound to the specified data item type.
Example
@(Html.Kendo().MediaPlayer<Order>()
.Name("MediaPlayer")
.BindTo(Model)
)
Menu()
MultiColumnComboBox()
Example
@( Html.Kendo().MultiColumnComboBox()
.Name("MultiColumnComboBox")
.BindTo(new List<SelectListItem>
{
new SelectListItem{
Text = "Text1",
Value = "Value1"
},
new SelectListItem{
Text = "Text2",
Value = "Value2"
}
})
)
MultiColumnComboBoxFor(System.Linq.Expressions.Expression)
Creates a new bound to a model field.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@Html.Kendo().MultiColumnComboBoxFor(m => m.Property)
MultiSelect()
Example
@( Html.Kendo().MultiSelect()
.Name("MultiSelect")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
MultiSelectFor(System.Linq.Expressions.Expression)
Creates a new bound to a model field.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@Html.Kendo().MultiSelectFor(m => m.Property)
MultiViewCalendar()
Example
@( Html.Kendo().MultiViewCalendar()
.Name("MultiViewCalendar")
)
Notification()
Example
@( Html.Kendo().Notification()
.Name("Notification1");
)
NumericTextBox()
Example
@(Html.Kendo().NumericTextBox()
.Name("NumericTextBox")
)
NumericTextBox()
Example
@(Html.Kendo().NumericTextBox()
.Name("NumericTextBox")
)
CurrencyTextBox()
Example
@(Html.Kendo().CurrencyTextBox()
.Name("CurrencyTextBox")
)
PercentTextBox()
Example
@(Html.Kendo().PercentTextBox()
.Name("PercentTextBox")
)
IntegerTextBox()
Example
@(Html.Kendo().IntegerTextBox()
.Name("IntegerTextBox")
)
NumericTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().NumericTextBoxFor(m=>m.Property))
NumericTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().NumericTextBoxFor(m=>m.Property))
IntegerTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().IntegerTextBoxFor(m=>m.Property))
IntegerTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().IntegerTextBoxFor(m=>m.Property))
IntegerTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().IntegerTextBoxFor(m=>m.Property))
IntegerTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().IntegerTextBoxFor(m=>m.Property))
CurrencyTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().CurrencyTextBoxFor(m=>m.Property))
CurrencyTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().CurrencyTextBoxFor(m=>m.Property))
PercentTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().PercentTextBoxFor(m=>m.Property))
PercentTextBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().PercentTextBoxFor(m=>m.Property))
OrgChart()
Example
@(Html.Kendo().OrgChart()
.Name("OrgChart")
)
Pager()
Example
@( Html.Kendo().Pager()
.Name("Pager")
)
PanelBar()
Example
@( Html.Kendo().PanelBar()
.Name("PanelBar")
.Items(items =>
{
items.Add().Text("First");
items.Add().Text("Second");
})
)
PDFViewer()
Example
@( Html.Kendo().PDFViewer()
.Name("PanelBar")
)
PivotConfigurator()
Example
@( Html.Kendo().PivotConfigurator()
.Name("PivotConfigurator")
)
PivotConfiguratorButton()
Example
@( Html.Kendo().PivotConfiguratorButton()
.Name("PivotConfiguratorButton")
)
PivotConfiguratorV2()
Example
@( Html.Kendo().PivotConfigurator()
.Name("PivotConfigurator")
)
PivotContainer()
Example
@( Html.Kendo().PivotContainer()
.Name("PivotContainer")
)
PivotGrid()
Example
@( Html.Kendo().PivotGrid()
.Name("PivotGrid")
)
PivotGrid()
Example
@( Html.Kendo().PivotGrid()
.Name("PivotGrid")
)
PivotGridV2()
Example
@( Html.Kendo().PivotGridV2()
.Name("PivotGrid")
)
PivotGridV2()
Example
@( Html.Kendo().PivotGridV2()
.Name("PivotGrid")
)
Popover()
Creates a new Popover.
Example
@(Html.Kendo().Popover()
.Name("Popover")
)
ProgressBar()
PropertyGrid()
Creates a new .
Example
@(Html.Kendo().PropertyGrid()
.Name("PropertyGrid")
)
PropertyGrid(Kendo.Mvc.UI.Fluent.T)
Parameters
model - T
QRCode()
RadialGauge()
RadialGaugeFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
RadialGaugeFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
RadioButton()
Example
@(Html.Kendo().RadioButton()
.Name("RadioButton")
);
RadioButtonFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().RadioButtonFor(m => m.Property));
RadioGroup()
Example
@( Html.Kendo().RadioGroupFor(m =>m.Property) )
RadioGroupFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RadioGroupFor(m =>m.Property) )
RangeSlider()
RangeSlider()
RangeSliderFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
RangeSliderFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Rating()
Example
@( Html.Kendo().Rating()
.Name("Rating")
)
ActionSheet()
Creates a new AppBar.
Example
@(Html.Kendo().ActionSheet()
.Name("ActionSheet")
)
AIPrompt()
Creates a new AIPrompt.
Example
@(Html.Kendo().AIPrompt()
.Name("AIPrompt")
)
AppBar()
Creates a new AppBar.
Example
@(Html.Kendo().AppBar<Order>()
.Name("AppBar")
)
ArcGauge()
AutoComplete()
Example
@( Html.Kendo().AutoComplete()
.Name("AutoComplete")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
AutoCompleteFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().AutoCompleteFor(m=>m.Property) )
Avatar()
Creates a new Avatar.
Example
@(Html.Kendo().Avatar()
.Name("Avatar")
)
Badge()
Barcode()
BottomNavigation()
Creates a new BottomNavigation.
Example
@(Html.Kendo().BottomNavigation()
.Name("BottomNavigation")
)
Breadcrumb()
Example
@( Html.Kendo().Breadcrumb()
.Name("Breadcrumb")
)
Button()
ButtonGroup()
Calendar()
Example
@( Html.Kendo().Calendar()
.Name("Calendar")
)
Captcha()
Example
@( Html.Kendo().Captcha()
.Name("Captcha")
)
CaptchaFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().CaptchaFor(m => m.Captcha)
)
Chart()
Example
@(Html.Kendo().Chart()
.Name("Chart")
.Series(series => {
series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
})
)
Chart()
Example
@(Html.Kendo().Chart()
.Name("Chart")
.Series(series => {
series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
})
)
Chart(System.Collections.Generic.IEnumerable)
Creates a new Chart bound to the specified data source.
Parameters
data - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@(Html.Kendo().Chart(Model)
.Name("Chart")
)
Chart(System.String)
Creates a new Chart bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
Example
@(Html.Kendo().Chart<SalesData>("sales")
.Name("Chart")
)
ChartBreadcrumb()
Example
@(Html.Kendo().ChartBreadcrumb()
.Name("Breadcrumb")
.Chart("Chart")
)
Chat()
Example
@( Html.Kendo().Chat()
.Name("Chat")
)
CheckBox()
Example
@(Html.Kendo().CheckBox()
.Name("CheckBox")
);
CheckBoxFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().CheckBoxFor(m=>m.Property) )
CheckBoxGroup()
CheckBoxGroupFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Chip()
Example
@( Html.Kendo().Chip()
.Name("Chip")
)
ChipList()
Example
@( Html.Kendo().ChipList()
.Name("ChipList")
)
CircularGauge()
CircularProgressBar()
ColorGradient()
ColorPalette()
ColorPicker()
Example
@( Html.Kendo().ColorPickerFor(m=>m.Property) )
ColorPickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().ColorPickerFor(m=>m.Property) )
ComboBox()
Example
@( Html.Kendo().ComboBox()
.Name("ComboBox")
.BindTo(new List<SelectListItem>
{
new SelectListItem{
Text = "Text1",
Value = "Value1"
},
new SelectListItem{
Text = "Text2",
Value = "Value2"
}
})
)
ComboBoxFor(System.Linq.Expressions.Expression)
Creates a new bound to a model field.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@Html.Kendo().ComboBoxFor(m => m.Property)
ContextMenu()
DeferredScripts(System.Boolean,System.Boolean)
Returns the initialization scripts for widgets set as deferred
Parameters
renderScriptTags - System.Boolean
Determines if the script should be rendered within a script tag
renderAsModule - System.Boolean
DeferredScriptsFor(System.String,System.Boolean,System.Boolean)
Returns the initialization scripts for the specified widget.
Parameters
name - System.String
The name of the widget.
renderScriptTags - System.Boolean
Determines if the script should be rendered within a script tag
renderAsModule - System.Boolean
DeferredScriptFile(System.Boolean)
Parameters
module - System.Boolean
DeferredScriptFile(System.String,System.Boolean)
Parameters
nonce - System.String
renderAsModule - System.Boolean
DefaultSettings(System.Boolean,System.Boolean)
Parameters
renderScriptTags - System.Boolean
renderAsModule - System.Boolean
DataSource()
Creates a new bound to the specified data item type.
Example
@(Html.Kendo().DataSource<Order>()
.Name("DataSource")
.BindTo(Model)
)
DateInput()
Example
@( Html.Kendo().DateInput()
.Name("DateInput")
)
DateInputFor(System.Linq.Expressions.Expression)
Creates a new bound to model field
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateInputFor(m => m.Property))
DateInputFor(System.Linq.Expressions.Expression)
Creates a new bound to model field
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateInputFor(m => m.Property))
DateInputFor(System.Linq.Expressions.Expression)
Creates a new bound to model field
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateInputFor(m => m.Property))
DateInputFor(System.Linq.Expressions.Expression)
Creates a new bound to model field
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateInputFor(m => m.Property))
DateInputFor(System.Linq.Expressions.Expression)
Creates a new bound to model field
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateInputFor(m => m.Property))
DateInputFor(System.Linq.Expressions.Expression)
Creates a new bound to model field
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateInputFor(m => m.Property))
DatePicker()
Example
@( Html.Kendo().DatePicker()
.Name("DatePicker")
)
DatePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DatePickerFor(m=>m.Property) )
DatePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DatePickerFor(m=>m.Property) )
DatePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DatePickerFor(m=>m.Property) )
DatePickerFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DatePickerFor(m=>m.Property) )
DateRangePicker()
Example
@( Html.Kendo().DateRangePicker()
.Name("DateRangePicker")
)
DateRangePickerFor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
Parameters
startExpression - System.Linq.Expressions.Expression<Func>
endExpression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DateRangePickerFor(m=>m.Start, m=>m.End) )
DateRangePickerFor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
Parameters
startExpression - System.Linq.Expressions.Expression<Func>
endExpression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DateRangePickerFor(m=>m.Start, m=>m.End) )
DateRangePickerFor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
Parameters
startExpression - System.Linq.Expressions.Expression<Func>
endExpression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DateRangePickerFor(m=>m.Start, m=>m.End) )
DateRangePickerFor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
Parameters
startExpression - System.Linq.Expressions.Expression<Func>
endExpression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DateRangePickerFor(m=>m.Start, m=>m.End) )
DateTimePicker()
Example
@(Html.Kendo().DateTimePicker()
.Name("DateTimePicker")
)
DateTimePickerFor(System.Linq.Expressions.Expression)
Creates a new bound to model field
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateTimePickerFor(m => m.Property))
DateTimePickerFor(System.Linq.Expressions.Expression)
Creates a new bound to model field
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateTimePickerFor(m => m.Property))
Diagram()
Example
@( Html.Kendo().Diagram()
.Name("Diagram")
)
Diagram()
Example
@( Html.Kendo().Diagram()
.Name("Diagram")
)
Dialog()
Example
@( Html.Kendo().Window()
.Name("Window")
)
DockManager()
Example
@( Html.Kendo().DockManager()
.Name("DockManager")
)
Drawer()
Example
@( Html.Kendo().Drawer()
.Name("Drawer")
)
DropDownButton()
Example
@( Html.Kendo().DropDownButton()
.Name("DropDownButton")
)
DropDownList()
Example
@( Html.Kendo().DropDownList()
.Name("DropDownList")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
DropDownListFor(System.Linq.Expressions.Expression)
Creates a new bound to a model field.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@Html.Kendo().DropDownListFor(m => m.Property)
DropDownTree()
Example
@( Html.Kendo().DropDownTree()
.Name("DropDownTree")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
DropDownTreeFor(System.Linq.Expressions.Expression)
Creates a new bound to a model field.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@Html.Kendo().DropDownTreeFor(m => m.Property)