Customize |
The CustomizePropertiesEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnsToDisplay | 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. | |
| CustomProperties | Gets a dictionary of custom key-value pairs to be added after the shell columns. The event handler can add custom properties here. | |
| ItemIdList | Gets the shell item for which properties are being displayed. | |
| ShowPropertiesButton | 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. |