Kendo.Mvc.UI.Fluent.SkeletonContainerBuilder
Defines the fluent API for configuring the Kendo SkeletonContainer for ASP.NET MVC.
Methods
Grid(System.Action<Kendo.Mvc.UI.Fluent.SkeletonContainerGridSettingsBuilder>)
Defines the settings for the CSS Grid used for layouting the skeleton shapes.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SkeletonContainerGridSettingsBuilder>
The action that configures the grid.
Height(System.String)
Determines the height of the component. Numeric values are treated as pixels.
Parameters
value System.String
The value that configures the height.
Template(System.String)
Defines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence.
Parameters
value System.String
The value that configures the template.
TemplateId(System.String)
Defines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence.
Parameters
value System.String
The value that configures the template.
Width(System.String)
Determines the width of the component. Numeric values are treated as pixels.
Parameters
value System.String
The value that configures the width.
Animation(Kendo.Mvc.UI.SkeletonContainerAnimation)
Determines whether the items will be animated
Parameters
value Kendo.Mvc.UI.SkeletonContainerAnimation
The value that configures the animation.