Kendo.Mvc.UI.Fluent.SkeletonContainerBuilder
Defines the fluent API for configuring the Kendo UI SkeletonContainer
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 configurator for the grid setting.
Height(System.String)
Determines the height of the component. Numeric values are treated as pixels.
Parameters
value System.String
The value for 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 for 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
templateId System.String
The ID of the template element for Template
Width(System.String)
Determines the width of the component. Numeric values are treated as pixels.
Parameters
value System.String
The value for Width
Animation(Kendo.Mvc.UI.SkeletonContainerAnimation)
Determines whether the items will be animated
Parameters
value Kendo.Mvc.UI.SkeletonContainerAnimation
The value for Animation