ExpanderContentView
Class
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
Constructors
Initializes a new instance of the ExpanderContentView class.
C#
public ExpanderContentView()
Properties
Content
View
Gets or sets the content view to be displayed within the expander.
C#
public View Content { get; set; }
A View representing the content.