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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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