Back to Devexpress

ExcelFilteringDataEventArgs.Images Property

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-excelfilteringdataeventargs-4bdbe13f.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object Images { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Images As Object

Property Value

TypeDescription
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

ImageAlignment

ExcelFilteringDataEventArgs Class

ExcelFilteringDataEventArgs Members

DevExpress.XtraEditors.Filtering Namespace