ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Page Class / IsDefault Property

In This Topic
    IsDefault Property (Page)
    In This Topic
    Gets or sets a boolean to notify the system that the page is in its default state.
    Syntax
    Protected Friend Property IsDefault As Nullable(Of Boolean)
    protected internal Nullable<bool> IsDefault {get; set;}
    Remarks
    The reset button is only active if the current page is not in the default state.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also