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

ExcelFilteringDataEventArgs.DisplayTexts Property

Provides acces to the collection of the texts to be displayed in the filter popup for the corresponding data values by which the column being processed can be filtered.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public string[] DisplayTexts { get; }

Property Value

Type Description
String[]

A String[] object specifying the collection of the display texts.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also