New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a content view for expander controls that manages content layout and clipping.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ExpanderContentView : RadLayout

Inheritance: objectRadLayoutExpanderContentView

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the ExpanderContentView class.

C#
public ExpanderContentView()

Properties

Gets or sets the content view to be displayed within the expander.

C#
public View Content { get; set; }
Property Value:

A View representing the content.