Kendo.Mvc.UI.Fluent.SkeletonContainerGridSettingsBuilder
Defines the fluent API for configuring the SkeletonContainerGridSettings settings.
Methods
Columns(System.Double)
Defines the number of columns.
Parameters
value System.Double
The value that configures the columns.
Gap(System.Action<Kendo.Mvc.UI.Fluent.SkeletonContainerGridGapSettingsBuilder>)
An object holding values that determine the spacing between the skeleton items horizontally and vertically.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SkeletonContainerGridGapSettingsBuilder>
The action that configures the gap.
Items(System.Action<Kendo.Mvc.UI.Fluent.SkeletonContainerGridSettingsItemFactory>)
An array with objects representing the settings of the component items.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SkeletonContainerGridSettingsItemFactory>
The action that configures the items.
Rows(System.Double)
Defines the number of rows.
Parameters
value System.Double
The value that configures the rows.