ColumnFilterInfo.ValueDisplayText Property
OBSOLETE
Use ColumnView.CustomFilterDisplayText instead.
This member is obsolete.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v26.1.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use ColumnView.CustomFilterDisplayText instead.")]
[XtraSerializableProperty]
public string ValueDisplayText { get; }
Property Value
| Type | Description |
|---|---|
| String | An empty string. |
See Also