Click or drag to resize

CustomizePropertiesEventArgs Properties

The CustomizePropertiesEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyColumnsToDisplay Gets a modifiable list of shell columns to be displayed. This list is pre-populated with the default columns for the item. The event handler can clear, add to, or reorder this list.
Public propertyCustomProperties Gets a dictionary of custom key-value pairs to be added after the shell columns. The event handler can add custom properties here.
Public propertyItemIdList Gets the shell item for which properties are being displayed.
Public propertyShowPropertiesButton Gets or sets a value indicating whether the 'Properties' button should be shown for this item. The default value is determined by the component's ShowPropertiesButton property.
Top
See Also