Skip to main content
A newer version of this page is available. .

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

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