Class DeleteAppointmentView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class DeleteAppointmentView : RadContentView
Constructors
DeleteAppointmentView()
Declaration
public DeleteAppointmentView()
Fields
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
ControlTemplate
Gets or sets the ControlTemplate of the view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Xamarin.Forms.ControlTemplate
|