Skip to main content
All docs
V25.1
  • IFilterParameter Interface

    If implemented by a class, this interface provides information about a parameter.

    Namespace: DevExpress.XtraEditors.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public interface IFilterParameter

    Remarks

    Implement this interface to indicate that the class represents a parameter.

    • The interface’s Name property specifies the parameter name.
    • The interface’s Type property specifies the parameter type.
    See Also