Class RadSideDrawer
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadSideDrawer : RadView, INotifyNativeControlLoaded
Constructors
RadSideDrawer()
Declaration
public RadSideDrawer()
Fields
AreGesturesEnabledProperty
Declaration
public static readonly BindableProperty AreGesturesEnabledProperty
Field Value
Xamarin.Forms.BindableProperty
|
DrawerContentProperty
Declaration
public static readonly BindableProperty DrawerContentProperty
Field Value
Xamarin.Forms.BindableProperty
|
DrawerLengthProperty
Declaration
public static readonly BindableProperty DrawerLengthProperty
Field Value
Xamarin.Forms.BindableProperty
|
DrawerLocationProperty
Declaration
public static readonly BindableProperty DrawerLocationProperty
Field Value
Xamarin.Forms.BindableProperty
|
DrawerTransitionDurationProperty
Declaration
public static readonly BindableProperty DrawerTransitionDurationProperty
Field Value
Xamarin.Forms.BindableProperty
|
DrawerTransitionFadeOpacityProperty
Declaration
public static readonly BindableProperty DrawerTransitionFadeOpacityProperty
Field Value
Xamarin.Forms.BindableProperty
|
DrawerTransitionTypeProperty
Declaration
public static readonly BindableProperty DrawerTransitionTypeProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsOpenProperty
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
Xamarin.Forms.BindableProperty
|
MainContentProperty
Declaration
public static readonly BindableProperty MainContentProperty
Field Value
Xamarin.Forms.BindableProperty
|
TapOutsideToCloseProperty
Declaration
public static readonly BindableProperty TapOutsideToCloseProperty
Field Value
Xamarin.Forms.BindableProperty
|
TouchTargetThresholdProperty
Declaration
public static readonly BindableProperty TouchTargetThresholdProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AreGesturesEnabled
Declaration
public bool AreGesturesEnabled { get; set; }
Property Value
System.Boolean
|
Commands
Declaration
public ObservableCollection<ControlCommandBase<RadSideDrawer>> Commands { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ControlCommandBase<RadSideDrawer>>
|
DrawerContent
Declaration
public View DrawerContent { get; set; }
Property Value
Xamarin.Forms.View
|
DrawerLength
Declaration
public double DrawerLength { get; set; }
Property Value
System.Double
|
DrawerLocation
Declaration
public SideDrawerLocation DrawerLocation { get; set; }
Property Value
SideDrawerLocation
|
DrawerTransitionDuration
Declaration
public double DrawerTransitionDuration { get; set; }
Property Value
System.Double
|
DrawerTransitionFadeOpacity
Declaration
public double DrawerTransitionFadeOpacity { get; set; }
Property Value
System.Double
|
DrawerTransitionType
Declaration
public SideDrawerTransitionType DrawerTransitionType { get; set; }
Property Value
SideDrawerTransitionType
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
|
MainContent
Declaration
public View MainContent { get; set; }
Property Value
Xamarin.Forms.View
|
TapOutsideToClose
Gets or sets the TapOutsideToClose property. If set to true, the side drawer will close, when the user clicks/taps outside it. If set to false, the side drawer will not close and the main content area will remain active, so the user can interact with it. The default value is true.
Declaration
public bool TapOutsideToClose { get; set; }
Property Value
System.Boolean
|
TouchTargetThreshold
Declaration
public double TouchTargetThreshold { get; set; }
Property Value
System.Double
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
Events
DrawerClosed
Declaration
public event EventHandler DrawerClosed
Event Type
System.EventHandler
|
DrawerClosing
Declaration
public event EventHandler DrawerClosing
Event Type
System.EventHandler
|
DrawerOpened
Declaration
public event EventHandler DrawerOpened
Event Type
System.EventHandler
|
DrawerOpening
Declaration
public event EventHandler DrawerOpening
Event Type
System.EventHandler
|