Class NonVirtualizedItemsControl
A non-virtualized items control that uses a StackLayout for an items panel.
Inherited Members
Namespace: Telerik.Maui.Controls.DataControls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class NonVirtualizedItemsControl : RadLayout
Constructors
NonVirtualizedItemsControl()
Declaration
public NonVirtualizedItemsControl()
Fields
CanUnselectSingleItemProperty
Declaration
public static readonly BindableProperty CanUnselectSingleItemProperty
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.
|
ItemsSourceProperty
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Microsoft.
|
ItemStyleProperty
Declaration
public static readonly BindableProperty ItemStyleProperty
Field Value
Microsoft.
|
ItemTappedCommandProperty
Identifies the Item
Declaration
public static readonly BindableProperty ItemTappedCommandProperty
Field Value
Microsoft.
|
ItemTemplateProperty
Declaration
public static readonly BindableProperty ItemTemplateProperty
Field Value
Microsoft.
|
OrientationProperty
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.
|
SelectedItemProperty
Declaration
public static readonly BindableProperty SelectedItemProperty
Field Value
Microsoft.
|
SelectedItemsProperty
Declaration
public static readonly BindableProperty SelectedItemsProperty
Field Value
Microsoft.
|
SelectedItemStyleProperty
Declaration
public static readonly BindableProperty SelectedItemStyleProperty
Field Value
Microsoft.
|
SelectedItemTemplateProperty
Declaration
public static readonly BindableProperty SelectedItemTemplateProperty
Field Value
Microsoft.
|
SelectionModeProperty
Declaration
public static readonly BindableProperty SelectionModeProperty
Field Value
Microsoft.
|
Properties
CanUnselectSingleItem
Declaration
public bool CanUnselectSingleItem { get; set; }
Property Value
System.
|
DisplayMemberPath
Gets or sets a path to the property used to display the items of the Non
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
DisplayStringFormat
Gets or sets the string format used to display the items of the Non
Declaration
public string DisplayStringFormat { get; set; }
Property Value
System.
|
DisplayValueConverter
Gets or sets a Microsoft.
Declaration
public IValueConverter DisplayValueConverter { get; set; }
Property Value
Microsoft.
|
ItemsLayoutTemplate
Declaration
public DataTemplate ItemsLayoutTemplate { get; set; }
Property Value
Microsoft.
|
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
ItemStyle
Declaration
public Style ItemStyle { get; set; }
Property Value
Microsoft.
|
ItemTappedCommand
Gets or sets the command that is executed when an item gets tapped.
Declaration
public ICommand ItemTappedCommand { get; set; }
Property Value
System.
|
ItemTemplate
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.
|
Orientation
Declaration
public StackOrientation Orientation { get; set; }
Property Value
Microsoft.
|
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
System.
|
SelectedItems
Declaration
public ObservableCollection<object> SelectedItems { get; }
Property Value
System.
|
SelectedItemStyle
Declaration
public Style SelectedItemStyle { get; set; }
Property Value
Microsoft.
|
SelectedItemTemplate
Declaration
public DataTemplate SelectedItemTemplate { get; set; }
Property Value
Microsoft.
|
SelectionMode
Declaration
public SelectionMode SelectionMode { get; set; }
Property Value
Microsoft.
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|