Skip to main content

ViewFilterColumnCollection.GetValueScreenText(OperandProperty, Object) Method

Returns the display text of the specified value formatted by the specified Filter Column (the property parameter).

Namespace: DevExpress.XtraGrid.FilterEditor

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public override string GetValueScreenText(
    OperandProperty property,
    object value
)

Parameters

Name Type Description
property OperandProperty

An OperandProperty value that represents a target Filter Column.

value Object

The value to be formatted.

Returns

Type Description
String

A string value that specifies the display text of the specified value formatted by the specified Filter Column (the property parameter).

See Also