Class
RadCalendarContent

Represents the topmost layout that holds the calendar views - month, year, decade or century.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadCalendarContent : RadLayout

Inheritance: objectRadLayoutRadCalendarContent

Inherited Members RadLayout.CreateLayoutManager()

Constructors

RadCalendarContent()

Initializes a new instance of the RadCalendarContent class.

Declaration

cs-api-definition
public RadCalendarContent()

Fields

MarginProperty

Identifies the Margin property.

Declaration

cs-api-definition
public static readonly BindableProperty MarginProperty

Field Value

BindableProperty

Properties

Margin

Gets or sets the Margin of the RadCalendarContent.

Declaration

cs-api-definition
public Thickness Margin { get; set; }

Property Value

Thickness