BaseListControlFilterItemOnProperty(Object, String) Method
This is used to return the property value for the specified property name
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected Object FilterItemOnProperty(
Object item,
string field
)
Protected Function FilterItemOnProperty (
item As Object,
field As String
) As Object
protected:
Object^ FilterItemOnProperty(
Object^ item,
String^ field
)
member FilterItemOnProperty :
item : Object *
field : string -> Object
- item Object
- The item from which to get the info
- field String
- The field on which to get the info
ObjectThe found property value or the item itself if not found