Class RadToolbarBase<T>
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadToolbarBase<T> : RadLayout<View> where T : ToolbarItemBase
Type Parameters
T
|
Fields
BackgroundColorProperty
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderColorProperty
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BorderThicknessProperty
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsOverflowPopupOpenProperty
Declaration
public static readonly BindableProperty IsOverflowPopupOpenProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsScrollableProperty
Declaration
public static readonly BindableProperty IsScrollableProperty
Field Value
Xamarin.Forms.BindableProperty
|
ItemSpacingProperty
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Xamarin.Forms.BindableProperty
|
OverflowButtonContentPaddingProperty
Declaration
public static readonly BindableProperty OverflowButtonContentPaddingProperty
Field Value
Xamarin.Forms.BindableProperty
|
OverflowButtonFontFamilyProperty
Declaration
public static readonly BindableProperty OverflowButtonFontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty
|
OverflowButtonFontSizeProperty
Declaration
public static readonly BindableProperty OverflowButtonFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
OverflowButtonTemplateProperty
Declaration
public static readonly BindableProperty OverflowButtonTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
OverflowButtonTextColorProperty
Declaration
public static readonly BindableProperty OverflowButtonTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
OverflowButtonTextProperty
Declaration
public static readonly BindableProperty OverflowButtonTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
OverflowPopupBackgroundColorProperty
Declaration
public static readonly BindableProperty OverflowPopupBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BorderThickness
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
IsOverflowPopupOpen
Declaration
public bool IsOverflowPopupOpen { get; }
Property Value
System.Boolean
|
IsScrollable
Declaration
public bool IsScrollable { get; set; }
Property Value
System.Boolean
|
Items
Declaration
public IList<T> Items { get; }
Property Value
System.Collections.Generic.IList<T>
|
ItemSpacing
Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double
|
OverflowButtonContentPadding
Declaration
public Thickness OverflowButtonContentPadding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
OverflowButtonFontFamily
Declaration
public string OverflowButtonFontFamily { get; set; }
Property Value
System.String
|
OverflowButtonFontSize
Declaration
public double OverflowButtonFontSize { get; set; }
Property Value
System.Double
|
OverflowButtonTemplate
Declaration
public DataTemplate OverflowButtonTemplate { get; set; }
Property Value
Xamarin.Forms.DataTemplate
|
OverflowButtonText
Declaration
public string OverflowButtonText { get; set; }
Property Value
System.String
|
OverflowButtonTextColor
Declaration
public Color OverflowButtonTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
OverflowPopupBackgroundColor
Declaration
public Color OverflowPopupBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
ShouldBeDisplayedInItemsPanel(ToolbarItemBase)
Declaration
protected virtual bool ShouldBeDisplayedInItemsPanel(ToolbarItemBase item)
Parameters
ToolbarItemBase
item
|
Returns
System.Boolean
|