This document is archived and information here might be outdated.  Recommended version.


IGxContentsView Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxContentsView Interface
ArcGIS Developer Help

IGxContentsView Interface

Provides access to members that control the GxContentsView.

Product Availability

Available with ArcGIS Desktop.

Description

The IGxContentsView interface is implemented by the GxContentsView object. It provides the ability to change how users interact with a view of that type. What types of files are displayed, how they are displayed, and whether more than one can be selected at a time are all controlled through the interface.

 

Members

Name Description
Read/write property AllowMultiSelect Indicates if multiple objects can be selected.
Method BeginRename Starts a rename operation on the current selection.
Read/write property DisplayStyle The current display style.
Write-only property ObjectFilter The object filter used for controlling what objects are displayed.

Classes that implement IGxContentsView

Classes Description
GxContentsView GxView that represents the contents view.
GxRasterCatalogContentView The RasterCatalog content view.

Remarks

The IGxContentsView interface is implemented only by the GxContentsView object and provides the ability to change how users interact with a view of that type. What types of files are displayed, how they are displayed, and whether more than one can be selected at a time are all controlled through the interface.