WinExplorerViewColumns Properties
Stores the collection of an item data field within a WinExplorerView and GridColumns, assigned to these fields.| Name | Description |
|---|---|
| CheckBoxColumn | Gets or sets the GridColumn assigned to this WinExplorerView‘s Check Box data field. |
| CheckBoxColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.CheckBoxColumn property. |
| DescriptionColumn | Gets or sets the GridColumn assigned to this WinExplorerView‘s Description data field. |
| DescriptionColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.DescriptionColumn property. |
| EnabledColumn | Gets or sets the grid column that stores boolean values. Depending on these values, corresponding WinExplorerView records will either be enabled or disabled. |
| EnabledColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.EnabledColumn property. |
| ExtraLargeImageColumn | Gets or sets the GridColumn assigned to this WinExplorerView‘s Extra Large Image data field. |
| ExtraLargeImageColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.ExtraLargeImageColumn property. |
| ExtraLargeImageIndexColumn | Gets or sets the index GridColumn that will pick extra large images for this WinExplorerViewColumns from the WinExplorerView.ExtraLargeImages collection. |
| ExtraLargeImageIndexColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.ExtraLargeImageIndexColumn property. |
| GroupColumn | Gets or sets the GridColumn assigned to this WinExplorerView‘s Grouping field. |
| GroupColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.GroupColumn property. |
| LargeImageColumn | Gets or sets the GridColumn assigned to this WinExplorerView‘s Large Image data field. |
| LargeImageColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.LargeImageColumn property. |
| LargeImageIndexColumn | Gets or sets the index GridColumn that will pick large images for this WinExplorerViewColumns from the WinExplorerView.LargeImages collection. |
| LargeImageIndexColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.LargeImageIndexColumn property. |
| MediumImageColumn | Gets or sets the GridColumn assigned to this WinExplorerView‘s Medium Image data field. |
| MediumImageColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.MediumImageColumn property. |
| MediumImageIndexColumn | Gets or sets the index GridColumn that will pick medium images for this WinExplorerViewColumns from the WinExplorerView.MediumImages collection. |
| MediumImageIndexColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.MediumImageIndexColumn property. |
| SmallImageColumn | Gets or sets the GridColumn assigned to this WinExplorerView‘s Small Image data field. |
| SmallImageColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.SmallImageColumn property. |
| SmallImageIndexColumn | Gets or sets the index GridColumn that will pick small images for this WinExplorerViewColumns from the WinExplorerView.SmallImages collection. |
| SmallImageIndexColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.SmallImageIndexColumn property. |
| TextColumn | Gets or sets the GridColumn assigned to this WinExplorerView‘s Text data field. |
| TextColumnName | Gets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.TextColumn property. |
| View | Returns the WinExplorerView that owns this column set. |
See Also