Back to Devexpress

TreeListColumn.Images Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-9df3732e.md

latest1.6 KB
Original Source

TreeListColumn.Images Property

Gets the source of images that can be displayed within column headers.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public virtual object Images { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Images As Object

Property Value

TypeDescription
Object

An object which represents the source of the images that can be displayed within column headers.

|

Remarks

To specify the source of column header images, use the TreeList.ColumnsImageList property.

See Also

ColumnsImageList

ImageOptions

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace