Class ToolbarListItemView
Visual representation of an item in the List
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ToolbarListItemView : ToolbarContentView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripClickableView, IToolStripSelectableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
ToolbarListItemView()
Declaration
public ToolbarListItemView()
Fields
ContentTemplateProperty
Identifies the Content
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
Microsoft.
|
DisplayMemberPathProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayMemberPathProperty
Field Value
Microsoft.
|
DisplayStringFormatProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayStringFormatProperty
Field Value
Microsoft.
|
DisplayValueConverterProperty
Identifies the Display
Declaration
public static readonly BindableProperty DisplayValueConverterProperty
Field Value
Microsoft.
|
FontAttributesProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.
|
FontFamilyProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.
|
FontSizeProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.
|
HorizontalTextAlignmentProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalTextAlignmentProperty
Field Value
Microsoft.
|
IsSelectedProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.
|
TextColorProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.
|
TextDecorationsProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextDecorationsProperty
Field Value
Microsoft.
|
VerticalTextAlignmentProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalTextAlignmentProperty
Field Value
Microsoft.
|
Properties
ContentTemplate
Gets or sets the Microsoft.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
Microsoft.
|
DisplayMemberPath
Gets or sets a path to the property used to display the items of the Toolbar
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
DisplayStringFormat
Gets or sets the string format used to display the items of the Toolbar
Declaration
public string DisplayStringFormat { get; set; }
Property Value
System.
|
DisplayValueConverter
Gets or sets a Microsoft.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
Microsoft.
|
FontAttributes
Gets or sets the font attributes of the text.
For more information see the Font
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.
|
FontFamily
Gets or sets the font family of the text.
Declaration
public string FontFamily { get; set; }
Property Value
System.
|
FontSize
Gets or sets the font size of the text.
Declaration
public double FontSize { get; set; }
Property Value
System.
|
HorizontalTextAlignment
Gets or sets the horizontal alignment of the text.
For more information see the Microsoft.
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Microsoft.
|
IsSelected
Gets a value indicating whether the item is selected.
Declaration
public bool IsSelected { get; }
Property Value
System.
|
TextColor
Gets or sets the color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.
|
TextDecorations
Gets or sets the decorations of the text.
For more information see the Text
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Microsoft.
|
VerticalTextAlignment
Gets or sets the vertical alignment of the text.
For more information see the Microsoft.
Declaration
public TextAlignment VerticalTextAlignment { get; set; }
Property Value
Microsoft.
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()
Overrides
Events
Clicked
Raised when the item is clicked.
Declaration
public event EventHandler Clicked
Event Type
System.
|
IsSelectedChanged
Raised when the Is
Declaration
public event EventHandler IsSelectedChanged
Event Type
System.
|