IFilterParameter Interface
If implemented by a class, this interface provides information about a parameter.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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