ArcGIS Pro 2.9 API Reference Guide
Data Property (Page)

ArcGIS.Desktop.Framework.Contracts Namespace > Page Class : Data Property
Gets or sets the data passed to the property sheet.
Syntax
protected internal object[] Data {get; set;}
Protected Friend Property Data As Object()
Remarks
When a property sheet is displayed with either Show or ShowDialog(String,String,Object[]), data can be passed in as one of the arguments. This function allows each page to access the data.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Page Class
Page Members