KendoHelper Members
The KendoHelper type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
KendoHelper()()()() | |
|
|
KendoHelper(Version) |
Instantiates builder with all scripts and styles (as defined in bundles) and
DefaultThreadCurrentCulture
|
|
|
KendoHelper(Version, CultureInfo, CultureInfo) |
Instantiate
|
|
|
KendoHelper(Version, CultureInfo, CultureInfo, IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>)) | |
|
|
KendoHelper(KendoHelper) |
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates and
Return Valuedeep clone of the instance |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetScriptPath | |
|
|
GetStylePath | |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RenderKendoCultureSetter |
Render JavaScript that sets Kendo components' culture when the document has loaded
|
|
|
RenderKendoScripts |
Render references to Kendo scripts, including kendo.culture and kendo.messages
|
|
|
RenderKendoStyles |
Render references to Kendo component styles
|
|
|
ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
|
|
KendoBaseBundlePath | |
|
|
KendoCommonWidgetsBundlePath | |
|
|
KendoExtraWidgetsBundlePath | |
|
|
KendoStyleBundlePath |
If Kendo is styled through bundle, it should have this path
|
Properties
| Name | Description | |
|---|---|---|
|
|
CommonWidgets | |
|
|
CssPathFormat |
The CSS path format. Placeholder {0} represents KendoVersion and
{1} the filename.
|
|
|
CultureSetter | |
|
|
ExtraWidgets | |
|
|
KendoBase | |
|
|
KendoCssBaseBath |
Hostname of Kendo CDN or other path that contains version folder of Kendo CSS
|
|
|
KendoCulture |
Culture for Kendo formatting settings.
|
|
|
KendoFeatures | |
|
|
KendoLanguage |
Language code to be used by Kendo in UI messages.
|
|
|
KendoScriptIds |
List of Kendo JavaScript modules to be included on pages
|
|
|
KendoStyleIds |
List of Kendo CSS styles to be included on pages
|
|
|
KendoVersion |
Kendo UI version
|
|
|
ScriptPathFormat |
The script path format. Placeholder {0} represents KendoVersion and
{1} the filename. The default value is ~/Scripts/kendo/{0}/{1}.
|

