Class
PullToRefreshIndicator

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 RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

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.

Declaration

cs-api-definition
public double CurrentPullOffset { get; set; }

Property Value

double

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.

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides RadControl.ApplyTemplateCore()