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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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