Skip to main content

IFilterParameter Interface

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

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.Data.v23.2.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