Class RadCalendarContent
Represents the topmost layout that holds the calendar views - month, year, decade or century.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadCalendarContent : RadLayout
Constructors
RadCalendarContent()
Fields
MarginProperty
Identifies the Margin property.
Declaration
public static readonly BindableProperty MarginProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Margin
Gets or sets the Margin of the RadCalendarContent.
Declaration
public Thickness Margin { get; set; }
Property Value
Microsoft.Maui.Thickness
|