RadCalendarContent
Class
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:
C#
public class RadCalendarContent : RadLayout
Inheritance: objectRadLayoutRadCalendarContent
Inherited Members
Constructors
Initializes a new instance of the RadCalendarContent class.
C#
public RadCalendarContent()
Fields
MarginProperty
BindableProperty
Identifies the Margin property.
C#
public static readonly BindableProperty MarginProperty
Properties
Margin
Thickness
Gets or sets the Margin of the RadCalendarContent.
C#
public Thickness Margin { get; set; }