ClassPullToRefreshIndicator
Class
Represents the visual element that is displayed on top of the scrollable content in RadListView that indicates the user to pull down to refresh the content.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class PullToRefreshIndicator : RadControl
Inheritance: objectRadControlPullToRefreshIndicator
Inherited Members
Constructors
PullToRefreshIndicator()
Initializes a new instance of the PullToRefreshIndicator class.
Declaration
cs-api-definition
public PullToRefreshIndicator()
Fields
CurrentPullOffsetProperty
Identifies the CurrentPullOffset dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty CurrentPullOffsetProperty
Field Value
DependencyProperty
Properties
CurrentPullOffset
Gets or sets the current pull offset applied to the control.
Methods
ApplyTemplateCore()
Called when the Framework is called. Inheritors should override this method should they have some custom template-related logic. This is done to ensure that the property is properly initialized.