This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxContentsViewColumn Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the GxContentsViewColumn.
The IGxContentsViewColumn interface provides access to the properties of the columns contained within the GxContentsView object. The column properties allow you to set the width, visibility, and caption of the column. Intrinsic properties (Intrinsic property set to True) are properties such as Name, Category, and Size. These are not really useful unless you add your own GxObject through a new workspace factory; if you do this, you have the ability to add object-specific special properties.
The PropertyName property is based on keywords within the metadata for the object. Make sure you have metadata with the specific keyword before using it as a PropertyName.
Description | ||
---|---|---|
Caption | The caption of the column. | |
Intrinsic | Indicates if intrinsic. | |
PropertyName | The property name. | |
Visible | Indicates if visible. | |
Width | The width of the column. |
CoClasses and Classes | Description |
---|---|
GxContentsViewColumn | Provides access to contents view column. |
The IGxContentsViewColumn interface provides access to the properties of the columns contained within the GxContentsView object. The column properties allow for setting of the width, visibility, and caption of the column.
Intrinsic properties (Intrinsic property set to True) are things such as Name, Category, Size, etc. These are not really useful unless a developer adds their own GxObject through a new workspace factory, then he or she has the ability to add object specific "special" properties.