IRefreshView.IsRefreshEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the pull-to-refresh gesture is enabled. When false, the refresh gesture is disabled but child controls remain interactive.
public:
virtual property bool IsRefreshEnabled { bool get(); };
public virtual bool IsRefreshEnabled { get; }
member this.IsRefreshEnabled : bool
Public Overridable ReadOnly Property IsRefreshEnabled As Boolean