ClassRadListViewItem
Represents a visual item that is used in the RadListView control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadListViewItem : RadContentControl
Inheritance: objectRadContentControlRadListViewItem
Inherited Members
Constructors
RadListViewItem()
Initializes a new instance of the RadListViewItem class.
Declaration
public RadListViewItem()
Fields
DisabledStateOpacityProperty
Identifies the DisabledStateOpacity dependency property.
Declaration
public static readonly DependencyProperty DisabledStateOpacityProperty
Field Value
DependencyProperty
IsSelectedProperty
Identifies the IsSelected dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
DependencyProperty
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
Properties
DisabledStateOpacity
Gets or sets the value of the opacity used when the ListView is disabled.
Declaration
public double DisabledStateOpacity { get; set; }
Property Value
The value of the opacity used when the ListView is disabled.
IsActionOnSwipeEnabled
Gets a value indicating whether item action is enabled.
IsHandleEnabled
Gets a value indicating whether if handling is enabled.
IsReordering
Gets a value indicating whether the item is currently reordering.
IsSelected
Gets or sets a value indicating whether the item is selected.
SwipeDirection
Gets the swipe direction of the item.
Declaration
public ListViewItemSwipeDirection SwipeDirection { get; }
Property Value
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
ChangeVisualState(bool)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
useTransitions
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
protected override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnGotFocus(RoutedEventArgs)
Called before the event occurs.
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
e
RoutedEventArgs
The data for the event.
Overrides
OnHolding(HoldingRoutedEventArgs)
Declaration
protected override void OnHolding(HoldingRoutedEventArgs e)
Parameters
e
HoldingRoutedEventArgs
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
e
KeyRoutedEventArgs
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerMoved(PointerRoutedEventArgs)
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnTapped(TappedRoutedEventArgs)
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
e
TappedRoutedEventArgs
PrepareSwipeDragHandles()
Prepares the swipe drag handles of the item.
Declaration
protected void PrepareSwipeDragHandles()