KaxListViewEndsWithFilterExpression Constructor |
Creates a instance of KaxListViewEndsWithFilterExpression class
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxListViewEndsWithFilterExpression(
string fieldName
)
Public Sub New (
fieldName As String
)
public:
KaxListViewEndsWithFilterExpression(
String^ fieldName
)
new :
fieldName : string -> KaxListViewEndsWithFilterExpression
Parameters
- fieldName
- Type: SystemString
name of the field on which filter will be applied
See Also