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

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

    Namespace: DevExpress.XtraEditors.Filtering

    Assembly: DevExpress.Data.v26.1.dll

    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