Skip to main content
A newer version of this page is available. .

ExcelFilteringDataEventArgs.Images Property

Provides access to the collection of images fetched form the column’s image combo box editor to the filter menu. For internal use.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object Images { get; set; }

Property Value

Type Description
Object

An object specifying the image collection.

Remarks

If the column’s editor is the image combo box editor (see ImageComboBoxEdit), filters in the menu also display the corresponding images. The Images collection contains images fetched from the editor (see RepositoryItemImageComboBox.SmallImages, RepositoryItemImageComboBox.LargeImages). Typically, you do not need to modify this collection.

See Also