Skip to main content
.NET 6.0+

CreateCustomCurrentObjectDetailViewEventArgs Properties

Arguments passed to the ListView.CreateCustomCurrentObjectDetailView event.
Name Description
CurrentDetailView Specifies the Detail View displayed alongside the current List View.
DetailView Specifies a custom Detail View to be created.
DetailViewId Specifies the identifier of a custom Detail View to be created.
ListViewCurrentObject Specifies the current object of the current List View.
ListViewModel Specifies the Application Model‘s node containing information on the currently displayed List View.
ListViewObjectType Specifies the type of the objects displayed by the current List View.
See Also