Class
RadLayout

Represents a base layout control that provides advanced layout management capabilities with scheduling and validation.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadLayout : Layout

Inheritance: objectRadLayout

Derived Classes: AccordionItemCalendarBorderLabelTypingIndicatorDotsNonVirtualizedItemsControlDataGridAIPromptDropDownDataPagerContentDataPagerNumericButtonsViewExpanderContentViewItemsViewLayoutRadMapNavigationViewDismissOverlayNavigationViewLayoutRadAccordionRadBadgeViewRadBarcodeRadBusyIndicatorRadCalendarContentRadCollectionViewRadDataGridRadExpanderRadGaugeBaseRadImageEditorRadLinearProgressBarRadMultiPathRadPathRadPdfViewerRadRatingBaseRadSchedulerContentSliderPresenterBaseScrollBarTrackLayoutRadSegmentedControlContentRadSegmentedControlDecorationLayerRadSegmentedControlVisualLayerSlideViewContentSlideViewIndicatorContentTreeViewItemLayout

Constructors

RadLayout()

Initializes a new instance of the RadLayout class.

Declaration

cs-api-definition
public RadLayout()

Methods

CreateLayoutManager()

Creates the layout manager for this layout.

Declaration

cs-api-definition
protected override ILayoutManager CreateLayoutManager()

Returns

ILayoutManager

An instance of RadLayoutManager that manages the layout of child elements.