Back to Devexpress

ExcelFilteringDataEventArgs.GetDisplayTexts() Method

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-excelfilteringdataeventargs-1421860d.md

latest1.4 KB
Original Source

ExcelFilteringDataEventArgs.GetDisplayTexts() Method

Returns an array of strings representing captions for filters in the popup.

Namespace : DevExpress.XtraEditors.Filtering

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string[] GetDisplayTexts()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetDisplayTexts As String()

Returns

TypeDescription
String[]

An array of strings representing captions for filters in the popup.

|

See Also

ExcelFilteringDataEventArgs Class

ExcelFilteringDataEventArgs Members

DevExpress.XtraEditors.Filtering Namespace