ClassGridStackedLayoutSettings
The component that configures the Grid stacked layout settings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridStackedLayoutSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseGridStackedLayoutSettings
Implements:
Inherited Members
Constructors
GridStackedLayoutSettings()
Declaration
public GridStackedLayoutSettings()
Properties
ChildContent
Child content of the settings component.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
ColumnWidths
Gets the column widths as a space-separated string for CSS grid-template-columns.
ColumnsCount
Specifies the number of columns to display per row in the stacked layout. This parameter is used only when DataLayoutMode is set to GridDataLayoutMode.Stacked. Note: This parameter is ignored when GridStackedLayoutColumns are defined.
EffectiveColumnsCount
Gets the effective columns count - either from explicit columns or ColumnsCount parameter.
GridStackedLayoutColumns
Defines the stacked layout column definitions. Children: GridStackedLayoutColumn.
Declaration
[Parameter]
public RenderFragment GridStackedLayoutColumns { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides