Back to Devexpress

WinExplorerViewColumns Members

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

latest12.8 KB
Original Source

WinExplorerViewColumns Members

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

Constructors

NameDescription
WinExplorerViewColumns(WinExplorerView)Initializes a new instance of the WinExplorerViewColumns class with the specified settings.

Properties

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.

Methods

NameDescription
Assign(WinExplorerViewColumns)Copies columns from the source WinExplorerViewColumns passed as the parameter to this WinExplorerViewColumns.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

WinExplorerViewColumns Class

DevExpress.XtraGrid.Views.WinExplorer Namespace