Skip to main content

ParseFilterCriteriaEventArgs.SetRange<T>(T, T) Method

Selects the specified range of values.

Namespace: DevExpress.Utils.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public bool SetRange<T>(
    T from,
    T to
)

#Parameters

Name Type Description
from T

An object that specifies the start value of the range.

to T

An object that specifies the end value of the range.

#Type Parameters

Name Description
T

The data type.

#Returns

Type Description
Boolean

true, if the data value range is successfully selected; otherwise, false.

See Also