Back to Devexpress

WinExplorerViewColumns Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewcolumns-dot-underscore-properties.md

latest10.0 KB
Original Source

WinExplorerViewColumns Properties

Stores the collection of an item data field within a WinExplorerView and GridColumns, assigned to these fields.

NameDescription
CheckBoxColumnGets or sets the GridColumn assigned to this WinExplorerView‘s Check Box data field.
CheckBoxColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.CheckBoxColumn property.
DescriptionColumnGets or sets the GridColumn assigned to this WinExplorerView‘s Description data field.
DescriptionColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.DescriptionColumn property.
EnabledColumnGets or sets the grid column that stores boolean values. Depending on these values, corresponding WinExplorerView records will either be enabled or disabled.
EnabledColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.EnabledColumn property.
ExtraLargeImageColumnGets or sets the GridColumn assigned to this WinExplorerView‘s Extra Large Image data field.
ExtraLargeImageColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.ExtraLargeImageColumn property.
ExtraLargeImageIndexColumnGets or sets the index GridColumn that will pick extra large images for this WinExplorerViewColumns from the WinExplorerView.ExtraLargeImages collection.
ExtraLargeImageIndexColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.ExtraLargeImageIndexColumn property.
GroupColumnGets or sets the GridColumn assigned to this WinExplorerView‘s Grouping field.
GroupColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.GroupColumn property.
LargeImageColumnGets or sets the GridColumn assigned to this WinExplorerView‘s Large Image data field.
LargeImageColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.LargeImageColumn property.
LargeImageIndexColumnGets or sets the index GridColumn that will pick large images for this WinExplorerViewColumns from the WinExplorerView.LargeImages collection.
LargeImageIndexColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.LargeImageIndexColumn property.
MediumImageColumnGets or sets the GridColumn assigned to this WinExplorerView‘s Medium Image data field.
MediumImageColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.MediumImageColumn property.
MediumImageIndexColumnGets or sets the index GridColumn that will pick medium images for this WinExplorerViewColumns from the WinExplorerView.MediumImages collection.
MediumImageIndexColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.MediumImageIndexColumn property.
SmallImageColumnGets or sets the GridColumn assigned to this WinExplorerView‘s Small Image data field.
SmallImageColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.SmallImageColumn property.
SmallImageIndexColumnGets or sets the index GridColumn that will pick small images for this WinExplorerViewColumns from the WinExplorerView.SmallImages collection.
SmallImageIndexColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.SmallImageIndexColumn property.
TextColumnGets or sets the GridColumn assigned to this WinExplorerView‘s Text data field.
TextColumnNameGets or sets the name of a grid column that is assigned to the WinExplorerViewColumns.TextColumn property.
ViewReturns the WinExplorerView that owns this column set.

See Also

WinExplorerViewColumns Class

WinExplorerViewColumns Members

DevExpress.XtraGrid.Views.WinExplorer Namespace