Share via


RefreshView.IsRefreshEnabled Property

Definition

Gets or sets a value indicating whether the pull-to-refresh gesture is enabled. When false, the refresh gesture is disabled but child controls remain interactive.

public:
 property bool IsRefreshEnabled { bool get(); void set(bool value); };
public bool IsRefreshEnabled { get; set; }
member this.IsRefreshEnabled : bool with get, set
Public Property IsRefreshEnabled As Boolean

Property Value

Applies to