Class
ExpanderContentView

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ExpanderContentView : RadLayout

Inheritance: objectRadLayoutExpanderContentView

Inherited Members RadLayout.CreateLayoutManager()

Constructors

ExpanderContentView()

Initializes a new instance of the ExpanderContentView class.

Declaration

cs-api-definition
public ExpanderContentView()

Properties

Content

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

Declaration

cs-api-definition
public View Content { get; set; }

Property Value

View

A View representing the content.