Back to Devexpress

ExcelFilteringDataEventArgs.DisplayTexts Property

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-excelfilteringdataeventargs-9d45b63d.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string[] DisplayTexts { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property DisplayTexts As String()

Property Value

TypeDescription
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

ExcelFilteringDataEventArgs Class

ExcelFilteringDataEventArgs Members

DevExpress.XtraEditors.Filtering Namespace