SkeletonContainerGridSettingsItemBuilder
Defines the fluent API for configuring the SkeletonContainerGridSettingsItem settings.
Methods
ColStart(System.Double)
A value that determines the start position of the item on the column axis.
Parameters
value - System.Double
The value that configures the colstart.
ColSpan(System.Double)
A value that determines how many columns will the item span.
Parameters
value - System.Double
The value that configures the colspan.
RowStart(System.Double)
A value that determines the start position of the item on the row axis.
Parameters
value - System.Double
The value that configures the rowstart.
RowSpan(System.Double)
A value that determines how many rows will the item span.
Parameters
value - System.Double
The value that configures the rowspan.
Shape(Kendo.Mvc.UI.SkeletonContainerItemShape)
Determines the shape of the item
Parameters
value - SkeletonContainerItemShape
The value that configures the shape.